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.
| Name | Description | |
|---|---|---|
|
Auto | Gets an instance of GridLength that holds a value whose size is determined by the size properties of the content object. |
|
GridUnitType | Gets the associated GridUnitType for the GridLength. |
|
IsAbsolute | Gets a value that indicates whether the GridLength holds a value that is expressed in logical pixels. |
|
IsAuto | Gets a value that indicates whether the GridLength holds a value whose size is determined by the size properties of the content object. |
|
IsStar | Gets a value that indicates whether the GridLength holds a value that is expressed as a weighted proportion of available space. |
|
Value | Gets a Double that represents the value of the GridLength. |
Show: