The properties of Xamarin.Forms.GridLength are listed below. For a list of all members, see the GridLength Members list.
See Also: Inherited members from System.ValueType
| [read-only] static | Auto | GridLength. A ready to reuse GridLength of GridUnitType.Auto. |
| [read-only] | GridUnitType | GridUnitType. Gets or sets the GridUnitType of the GridLength |
| [read-only] | IsAbsolute | bool. Gets wether or not the GridUnitType of the GridLength is GridUnitType.Absolute. |
| [read-only] | IsAuto | bool. Gets wether or not the GridUnitType of the GridLength is GridUnitType.Auto. |
| [read-only] | IsStar | bool. Gets wether or not the GridUnitType of the GridLength is GridUnitType.Star. |
| [read-only] | Value | double. Gets the Value of the GridLength. |