GridLength Properties
Collapse the table of content
Expand the table of content

GridLength Properties

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

The GridLength type exposes the following members.

  NameDescription
Public property Static member Auto Gets an instance of GridLength that holds a value whose size is determined by the size properties of the content object.
Public property GridUnitType Gets the associated GridUnitType for the GridLength.
Public property IsAbsolute Gets a value that indicates whether the GridLength holds a value that is expressed in logical pixels.
Public property IsAuto Gets a value that indicates whether the GridLength holds a value whose size is determined by the size properties of the content object.
Public property IsStar Gets a value that indicates whether the GridLength holds a value that is expressed as a weighted proportion of available space.
Public property Value Gets a Double that represents the value of the GridLength.
Top

Show:
© 2017 Microsoft