Windows.UI.Xaml.Controls.Grid.Row

May 26, 2021 ยท View on GitHub

-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.

  • Type: int
  • Identifier field: RowProperty
  • Accessor methods: GetRow, SetRow

-see-also

XAML attached properties

-examples

Contents

  1. 1-description
  2. 2-remarks
  3. 3-see-also
  4. 4-examples