Grid Attached Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The Grid type exposes the following members.

Attached Properties

  Name Description
Public attached propertySupported by Silverlight for Windows Phone Column Gets or sets a value that indicates which column child content within a Grid should appear in.
Public attached propertySupported by Silverlight for Windows Phone ColumnSpan Gets or sets a value that indicates the total number of columns that child content spans within a Grid.
Public attached propertySupported by Silverlight for Windows Phone Row Gets or sets a value that indicates which row child content within a Grid should appear in.
Public attached propertySupported by Silverlight for Windows Phone RowSpan Gets or sets a value that indicates the total number of rows that child content spans within a Grid.

Top