The members of Xamarin.Forms.GridLength are listed below.
See Also: Inherited members from System.ValueType
| Initializes a new Absolute GridLength. | ||
| Initializes a new GridLength. |
| [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. |
override | Equals(object)Test the equality of this GridLength and another one. | |
override | GetHashCode()Returns a value that is used for efficient storage of this object in collections. | |
static | Conversion to Xamarin.Forms.GridLength(Implicit) | Casting operator to convert a double into a GridLength of type GridUnitType.Absolute |