Click or drag to resize
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.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public GridLength Height { get; set; }

Property Value

Type: GridLength
See Also