Grid Attached Properties
.NET Framework 4.5
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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. |
|
IsSharedSizeScope | Gets or sets a value that indicates that multiple Grid elements are sharing size information. |
|
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. |