IGridLayout.RowDefinitions 属性

定义

GridLayout 实例的 IGridRowDefinition 集合。

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::Maui::IGridRowDefinition ^> ^ RowDefinitions { System::Collections::Generic::IReadOnlyList<Microsoft::Maui::IGridRowDefinition ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.Maui.IGridRowDefinition> RowDefinitions { get; }
member this.RowDefinitions : System.Collections.Generic.IReadOnlyList<Microsoft.Maui.IGridRowDefinition>
Public ReadOnly Property RowDefinitions As IReadOnlyList(Of IGridRowDefinition)

属性值

适用于