In This Topic
The following tables list the members exposed by GridLength.
Public Constructors
Public Properties
| Name | Description |
  | Auto | Returns initialized Auto GridLength value. |
 | IsAbsolute | Returns true if this GridLength instance holds an absolute (pixel) value. |
 | IsAuto | Returns true if this GridLength instance is automatic (not specified). |
 | IsStar | Returns true if this GridLength instance holds weighted propertion of available space. |
 | UnitType | Returns unit type of this GridLength instance. |
 | Value | Returns value part of this GridLength instance. |
Top
See Also