Property | Type | Description | |
---|---|---|---|
ColumnGutterWidthProperty | |||
ColumnProperty | |||
ColumnSpanProperty | |||
NumberOfColumnsProperty | |||
NumberOfRowsProperty | |||
RowGutterWidthProperty | |||
RowProperty | |||
RowSpanProperty |
Property | Type | Description | |
---|---|---|---|
DefaultGutter | GridLength |
Method | Description | |
---|---|---|
GetColumn ( UIElement element ) : int | ||
GetColumnSpan ( UIElement element ) : int | ||
GetRow ( UIElement element ) : int | ||
GetRowSpan ( UIElement element ) : int | ||
SetColumn ( UIElement element, int value ) : void | ||
SetColumnSpan ( UIElement element, int value ) : void | ||
SetRow ( UIElement element, int value ) : void | ||
SetRowSpan ( UIElement element, int value ) : void |
Method | Description | |
---|---|---|
OnVisualChildrenChanged ( |
Method | Description | |
---|---|---|
ChildElementColumnChanged ( |
||
ChildElementColumnSpanChanged ( |
||
ChildElementRowChanged ( |
||
ChildElementRowSpanChanged ( |
||
GridLayoutChanged ( |
||
GutterGrid ( ) : System |
public static GetColumn ( UIElement element ) : int | ||
element | UIElement | |
return | int |
public static GetColumnSpan ( UIElement element ) : int | ||
element | UIElement | |
return | int |
public static GetRow ( UIElement element ) : int | ||
element | UIElement | |
return | int |
public static GetRowSpan ( UIElement element ) : int | ||
element | UIElement | |
return | int |
protected OnVisualChildrenChanged ( |
||
visualAdded | ||
visualRemoved | ||
return | void |
public static SetColumn ( UIElement element, int value ) : void | ||
element | UIElement | |
value | int | |
return | void |
public static SetColumnSpan ( UIElement element, int value ) : void | ||
element | UIElement | |
value | int | |
return | void |
public static SetRow ( UIElement element, int value ) : void | ||
element | UIElement | |
value | int | |
return | void |
public static SetRowSpan ( UIElement element, int value ) : void | ||
element | UIElement | |
value | int | |
return | void |
public static DependencyProperty,System.Windows ColumnGutterWidthProperty | ||
return |
public static DependencyProperty,System.Windows ColumnProperty | ||
return |
public static DependencyProperty,System.Windows ColumnSpanProperty | ||
return |
protected static GridLength DefaultGutter | ||
return | GridLength |
public static DependencyProperty,System.Windows NumberOfColumnsProperty | ||
return |
public static DependencyProperty,System.Windows NumberOfRowsProperty | ||
return |
public static DependencyProperty,System.Windows RowGutterWidthProperty | ||
return |
public static DependencyProperty,System.Windows RowProperty | ||
return |