Grid.RowDefinitions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a RowDefinitionCollection defined on this instance of Grid.
public:
property System::Windows::Controls::RowDefinitionCollection ^ RowDefinitions { System::Windows::Controls::RowDefinitionCollection ^ get(); };
public System.Windows.Controls.RowDefinitionCollection RowDefinitions { get; }
member this.RowDefinitions : System.Windows.Controls.RowDefinitionCollection
Public ReadOnly Property RowDefinitions As RowDefinitionCollection
Property Value
A RowDefinitionCollection defined on this instance of Grid.
Remarks
XAML Property Element Usage
<object>
<object.RowDefinitions>
OneOrMoreRowDefinitions
</object.RowDefinitions>
</object>
XAML Values
OneOrMoreRowDefinitions
One or more RowDefinition elements. Each such RowDefinition becomes a placeholder representing a row in the final grid layout.
Applies to
See also
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.