Property | Type | Description | |
---|---|---|---|
ColumnDefinitionsProperty | |||
RowDefinitionsProperty |
Method | Description | |
---|---|---|
GetColumnDefinitions ( |
Gets the value of the ColumnDefinitions property
|
|
GetRowDefinitions ( |
Gets the value of the RowDefinitions property
|
|
SetColumnDefinitions ( |
Sets the value of the ColumnDefinitions property
|
|
SetRowDefinitions ( |
Sets the value of the RowDefinitions property
|
Method | Description | |
---|---|---|
OnColumnDefinitionsPropertyChanged ( |
Handles property changed event for the ColumnDefinitions property, constructing the required ColumnDefinitions elements on the grid which this property is attached to.
|
|
OnRowDefinitionsPropertyChanged ( |
Handles property changed event for the RowDefinitions property, constructing the required RowDefinitions elements on the grid which this property is attached to.
|
|
ParseLength ( string length ) : GridLength |
Parses a string to create a GridLength
|
public static GetColumnDefinitions ( |
||
d | ||
return | string |
public static GetRowDefinitions ( |
||
d | ||
return | string |
public static SetColumnDefinitions ( |
||
d | ||
value | string | |
return | void |
public static SetRowDefinitions ( |
||
d | ||
value | string | |
return | void |
public static DependencyProperty,System.Windows ColumnDefinitionsProperty | ||
return |