Grid.RowDefinitions プロパティ

定義

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

public:
 property System::Windows::Controls::RowDefinitionCollection ^ RowDefinitions { System::Windows::Controls::RowDefinitionCollection ^ get(); };
public:
 property System::Windows::Controls::RowDefinitionCollection ^ RowDefinitions { System::Windows::Controls::RowDefinitionCollection ^ get(); void set(System::Windows::Controls::RowDefinitionCollection ^ value); };
public System.Windows.Controls.RowDefinitionCollection RowDefinitions { get; }
[System.ComponentModel.TypeConverter(typeof(System.Windows.Controls.RowDefinitionCollectionConverter))]
public System.Windows.Controls.RowDefinitionCollection RowDefinitions { get; set; }
member this.RowDefinitions : System.Windows.Controls.RowDefinitionCollection
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Controls.RowDefinitionCollectionConverter))>]
member this.RowDefinitions : System.Windows.Controls.RowDefinitionCollection with get, set
Public ReadOnly Property RowDefinitions As RowDefinitionCollection
Public Property RowDefinitions As RowDefinitionCollection

プロパティ値

RowDefinitionCollectionのこのインスタンスで定義されたGrid

属性

注釈

XAML プロパティ要素の使用法

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

XAML 値

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

適用対象

こちらもご覧ください