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.
| Name | Description | |
|---|---|---|
|
Column | Gets or sets a value that indicates which column child content within a Grid should appear in. |
|
ColumnSpan | Gets or sets a value that indicates the total number of columns that child content spans within a Grid. |
|
Row | Gets or sets a value that indicates which row child content within a Grid should appear in. |
|
RowSpan | Gets or sets a value that indicates the total number of rows that child content spans within a Grid. |
Show: