Grid Attached Properties

Grid Attached Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The Grid type exposes the following members.

  NameDescription
Public attached property Column Gets or sets a value that indicates which column child content within a Grid should appear in.
Public attached property ColumnSpan Gets or sets a value that indicates the total number of columns that child content spans within a Grid.
Public attached property Row Gets or sets a value that indicates which row child content within a Grid should appear in.
Public attached property RowSpan Gets or sets a value that indicates the total number of rows that child content spans within a Grid.
Top

Show:
© 2017 Microsoft