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.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public GridLength Width { get; set; }
Property Value
Type:
GridLengthSee Also