ColumnDefinition Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The ColumnDefinition type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone ActualWidth Gets a value that represents the actual calculated width of a ColumnDefinition.
Public propertySupported by Silverlight for Windows Phone Dispatcher Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
Public propertySupported by Silverlight for Windows Phone MaxWidth Gets or sets a value that represents the maximum width of a ColumnDefinition.
Public propertySupported by Silverlight for Windows Phone MinWidth Gets or sets a value that represents the minimum width of a ColumnDefinition.
Public propertySupported by Silverlight for Windows Phone Width Gets the calculated width of a ColumnDefinition element, or sets the GridLength value of a column that is defined by the ColumnDefinition.

Top