IGridLayout.ColumnDefinitions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An IGridColumnDefinition collection for the GridLayout instance.
public:
property System::Collections::Generic::IReadOnlyList<Microsoft::Maui::IGridColumnDefinition ^> ^ ColumnDefinitions { System::Collections::Generic::IReadOnlyList<Microsoft::Maui::IGridColumnDefinition ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.Maui.IGridColumnDefinition> ColumnDefinitions { get; }
member this.ColumnDefinitions : System.Collections.Generic.IReadOnlyList<Microsoft.Maui.IGridColumnDefinition>
Public ReadOnly Property ColumnDefinitions As IReadOnlyList(Of IGridColumnDefinition)
Property Value
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.