Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 841 Bytes

grid_row.md

File metadata and controls

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

Windows.UI.Xaml.Controls.Grid.Row

-description

Gets or sets the row 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 row that the element should appear within. Negative values are not permitted.

-see-also

XAML attached properties

-examples