Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 877 Bytes

grid_column.md

File metadata and controls

26 lines (16 loc) · 877 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.Grid.Column
winrt attachedproperty

Windows.UI.Xaml.Controls.Grid.Column

-description

Gets or sets the column alignment of an element when child layout is processed by a parent Grid layout container.

-remarks

The value is the zero-based index of the Grid column that the element should appear within. Negative values are not permitted.

-see-also

XAML attached properties

-examples