| ColumnDefinition Properties |
The ColumnDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispatcher |
Gets the CoreDispatcher that this object is associated with.
(Inherited from DependencyObject.) | |
| MaxWidth |
Gets or sets a value that represents the maximum width of a ColumnDefinition. Returns a Double that represents the maximum width in pixels. The default is PositiveInfinity.
| |
| MinWidth |
Gets or sets a value that represents the minimum width of a ColumnDefinition. Returns a Double that represents the minimum width in pixels. The default is 0.
| |
| Width |
Gets the calculated width of a ColumnDefinition element, or sets the GridLength value of a row that is defined by the ColumnDefinition.
Returns the GridLength that represents the width of the row. The default value is 1.0
|