ColumnDefinition Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The ColumnDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
|
ActualWidth | Gets a value that represents the actual calculated width of a ColumnDefinition. |
|
Dispatcher | Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
|
MaxWidth | Gets or sets a value that represents the maximum width of a ColumnDefinition. |
|
MinWidth | Gets or sets a value that represents the minimum width of a ColumnDefinition. |
|
Width | Gets the calculated width of a ColumnDefinition element, or sets the GridLength value of a column that is defined by the ColumnDefinition. |
Show: