Property Width
Width
Gets the calculated width of a ColumnDefinition, or sets the GridLength value of a column that is defined by the ColumnDefinition.
public GridLength Width { get; set; }
Property Value
- GridLength
The GridLength that represents the width of the Column. The default value is 1.0.