ColumnDefinition::Width Property
.NET Framework (current version)
Gets the calculated width of a ColumnDefinition element, or sets the GridLength value of a column that is defined by the ColumnDefinition.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System.Windows::GridLengthThe GridLength that represents the width of the Column. The default value is 1.0.
The default GridUnitType is Star.
When you add or remove rows or columns, the ActualWidth for all ColumnDefinition elements and the ActualHeight of all RowDefinition elements becomes zero until Measure is called.
Identifier field | |
Metadata properties set to true | None |
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: