Click or drag to resize
ColumnDefinitionWidth Property
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

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public GridLength Width { get; set; }

Property Value

Type: GridLength
See Also