RowDefinitionHeight Property |
Gets the calculated height of a RowDefinition element, or sets the GridLength value of a row that is defined by the RowDefinition.
Returns the GridLength that represents the height 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 Height { get; set; }
Property Value
Type:
GridLengthSee Also