Xamarin.Forms.GridLength: Property Members

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

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.