Grid::RowDefinitions Property
.NET Framework (current version)
Gets a RowDefinitionCollection defined on this instance of Grid.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property RowDefinitionCollection^ RowDefinitions { RowDefinitionCollection^ get(); }
Property Value
Type: System.Windows.Controls::RowDefinitionCollection^A RowDefinitionCollection defined on this instance of Grid.
<object>
<object.RowDefinitions>
OneOrMoreRowDefinitions
</object.RowDefinitions>
</object>
- OneOrMoreRowDefinitions
One or more RowDefinition elements. Each such RowDefinition becomes a placeholder representing a row in the final grid layout.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: