Class GridAttachProperty
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
public static class GridAttachProperty
- Inheritance
-
GridAttachProperty
- Inherited Members
Fields
ColumnCountProperty
Adds the specified number of Columns to ColumnDefinitions. Default Width is Auto
public static readonly DependencyProperty ColumnCountProperty
Field Value
RowCountProperty
Adds the specified number of Rows to RowDefinitions. Default Height is Auto
public static readonly DependencyProperty RowCountProperty
Field Value
StarColumnsProperty
Makes the specified Column's Width equal to Star. Can set on multiple Columns
public static readonly DependencyProperty StarColumnsProperty
Field Value
StarRowsProperty
Makes the specified Row's Height equal to Star. Can set on multiple Rows
public static readonly DependencyProperty StarRowsProperty
Field Value
Methods
ColumnCountChanged(DependencyObject, DependencyPropertyChangedEventArgs)
public static void ColumnCountChanged(DependencyObject obj, DependencyPropertyChangedEventArgs e)
Parameters
GetColumnCount(DependencyObject)
public static int GetColumnCount(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetRowCount(DependencyObject)
public static int GetRowCount(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetStarColumns(DependencyObject)
public static string GetStarColumns(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetStarRows(DependencyObject)
public static string GetStarRows(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
RowCountChanged(DependencyObject, DependencyPropertyChangedEventArgs)
public static void RowCountChanged(DependencyObject obj, DependencyPropertyChangedEventArgs e)
Parameters
SetColumnCount(DependencyObject, int)
public static void SetColumnCount(DependencyObject obj, int value)
Parameters
obj
DependencyObjectvalue
int
SetRowCount(DependencyObject, int)
public static void SetRowCount(DependencyObject obj, int value)
Parameters
obj
DependencyObjectvalue
int
SetStarColumns(DependencyObject, string)
public static void SetStarColumns(DependencyObject obj, string value)
Parameters
obj
DependencyObjectvalue
string
SetStarRows(DependencyObject, string)
public static void SetStarRows(DependencyObject obj, string value)
Parameters
obj
DependencyObjectvalue
string
StarColumnsChanged(DependencyObject, DependencyPropertyChangedEventArgs)
public static void StarColumnsChanged(DependencyObject obj, DependencyPropertyChangedEventArgs e)
Parameters
StarRowsChanged(DependencyObject, DependencyPropertyChangedEventArgs)
public static void StarRowsChanged(DependencyObject obj, DependencyPropertyChangedEventArgs e)