Grid.Column Attached Property

Definition

Gets or sets the column alignment of an element when child layout is processed by a parent Grid layout container.

C#
see GetColumn, and SetColumn

Remarks

The value is the zero-based index of the Grid column that the element should appear within. Negative values are not permitted.

Applies to

Produk Versi
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also