GridLength Properties
Properties
Auto | Gets an instance of GridLength that indicates that a row or column should auto-size to fit its content. |
GridUnitType | Gets the unit of the GridLength. |
IsAbsolute | Gets a value that indicates whether the GridLength has a GridUnitType of Pixel. |
IsAuto | Gets a value that indicates whether the GridLength has a GridUnitType of Auto. |
IsStar | Gets a value that indicates whether the GridLength has a GridUnitType of Star. |
Star | Gets an instance of GridLength that indicates that a row or column should fill its content. |
Value | Gets the length. |