GridLength Properties
.NET Framework 4.5
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 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. |