Click or drag to resize
GridRowDefinitions Property
Gets a list of RowDefinition objects defined on this instance of Grid.

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

Property Value

Type: RowDefinitionCollection
See Also