Grid.RowDefinitions 속성

정의

각 행의 높이를 제어하는 RowDefinition 개체의 컬렉션을 가져오거나 설정하는 바인딩된 속성에 대한 인터페이스를 제공합니다.

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

속성 값

Grid instance 대한 RowDefinitionCollection입니다.

특성

설명

RowDefinitions는 각 행의 RowDefinition 높이를 결정하는 정렬된 개체 집합입니다. 각 연속 RowDefintion은 각 연속 행의 너비를 제어합니다. RowDefinitions가 비어 있거나 정의보다 더 많은 행이 있는 경우 정의가 없는 행은 속성 Height 이 로 설정된 StarRowDefinition 개체에 의해 제어된 것처럼 렌더링됩니다.

적용 대상