Grid.RowDefinitions プロパティ

定義

Grid の、このインスタンスで定義されている RowDefinitionCollection を取得します。

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

プロパティ値

Grid のこのインスタンスで定義されている RowDefinitionCollection

注釈

XAML プロパティ要素の使用

<object>  
  <object.RowDefinitions>  
    OneOrMoreRowDefinitions  
  </object.RowDefinitions>  
</object>  

XAML 値

OneOrMoreRowDefinitions
1 つ以上の RowDefinition 要素。 これらは RowDefinition それぞれ、最終的なグリッド レイアウトの行を表すプレースホルダーになります。

適用対象

こちらもご覧ください