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 하나 이상의 RowDefinition 요소입니다. 이러한 RowDefinition 각 개체 틀은 최종 그리드 레이아웃의 행을 나타내는 자리 표시자가 됩니다.

적용 대상

추가 정보