Grid.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.
Gets a ColumnDefinitionCollection defined on this instance of Grid.
public:
property System::Windows::Controls::ColumnDefinitionCollection ^ ColumnDefinitions { System::Windows::Controls::ColumnDefinitionCollection ^ get(); };
public System.Windows.Controls.ColumnDefinitionCollection ColumnDefinitions { get; }
member this.ColumnDefinitions : System.Windows.Controls.ColumnDefinitionCollection
Public ReadOnly Property ColumnDefinitions As ColumnDefinitionCollection
Property Value
A ColumnDefinitionCollection defined on this instance of Grid
Remarks
XAML Property Element Usage
<object>
<object.ColumnDefinitions>
OneOrMoreColumnDefinitions
</object.ColumnDefinitions>
</object>
XAML Values
OneOrMoreColumnDefinitions
One or more ColumnDefinition elements. Each such ColumnDefinition becomes a placeholder representing a column in the final grid layout.
Applies to
See also
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.