Click or drag to resize
ColumnDefinition Properties

The ColumnDefinition type exposes the following members.

Properties
  NameDescription
Public propertyDispatcher
Gets the CoreDispatcher that this object is associated with.
(Inherited from DependencyObject.)
Public propertyMaxWidth
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.
Public propertyMinWidth
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.
Public propertyWidth
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
Top
See Also