Grid.RowDefinitions 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 각 개체 틀은 최종 그리드 레이아웃의 행을 나타내는 자리 표시자가 됩니다.