Xamarin.Forms.GridLength Members

The members of Xamarin.Forms.GridLength are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Initializes a new Absolute GridLength.
Initializes a new GridLength.

Public Properties

[read-only]
static
AutoGridLength. A ready to reuse GridLength of GridUnitType.Auto.
[read-only]
GridUnitTypeGridUnitType. Gets or sets the GridUnitType of the GridLength
[read-only]
IsAbsolutebool. Gets wether or not the GridUnitType of the GridLength is GridUnitType.Absolute.
[read-only]
IsAutobool. Gets wether or not the GridUnitType of the GridLength is GridUnitType.Auto.
[read-only]
IsStarbool. Gets wether or not the GridUnitType of the GridLength is GridUnitType.Star.
[read-only]
Valuedouble. Gets the Value of the GridLength.

Public Methods

override
Equals(object) : bool
Test the equality of this GridLength and another one.
override
GetHashCode() : int
Returns a value that is used for efficient storage of this object in collections.

Public Operators

static
Conversion to Xamarin.Forms.GridLength(Implicit)Casting operator to convert a double into a GridLength of type GridUnitType.Absolute