Xamarin.Forms.Core 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.ValueType System.Diagnostics.DebuggerDisplay("{Value}.{GridUnitType}") Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.GridLengthTypeConverter)) Used to define the size (width/height) of Grid ColumnDefinition and RowDefinition. GridLength of type GridUnitType.Absolute represents exact size. The ones of type GridUnitType.Auto adapts for fitting the size of the elements in the gird column/row. GridLenght of type GridUnitType.Star are used to split the available size in proportional buckets. This valuetype is readonly. Constructor 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 To be added. Initializes a new Absolute GridLength. This is striclty equivalent to new GridLength (value, GridUnitType.Absolute). Constructor 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 The size of the GridLength. The GridUnitType (Auto, Star, Absolute) of the GridLength. Initializes a new GridLength. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.GridLength A ready to reuse GridLength of GridUnitType.Auto. Value has no meaning for GridLength ot type GridUnitType.Auto. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Boolean A GridLength to compare to. Test the equality of this GridLength and another one. true is the GridLength are equal. False otherwise. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Int32 Returns a value that is used for efficient storage of this object in collections. To be added. overriden. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.GridUnitType Gets or sets the GridUnitType of the GridLength The GridUnitType of the GridLength Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Boolean Gets wether or not the GridUnitType of the GridLength is GridUnitType.Absolute. true if the GridUnitType of the GridLength is GridUnitType.Absolute Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Boolean Gets wether or not the GridUnitType of the GridLength is GridUnitType.Auto. true if the GridUnitType of the GridLength is GridUnitType.Auto Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Boolean Gets a value that indicates whether the GridUnitType of the GridLength is GridUnitType.Star. true if the GridUnitType of the GridLength is GridUnitType.Star Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.GridLength The absolute size Casting operator to convert a double into a GridLength of type GridUnitType.Absolute A GridLength of type GridUnitType.Absolute and of size absolutesize Property 2.0.0.0 Xamarin.Forms.GridLength A ready to reuse GridLength of GridUnitType.Star with a Value of 1. If a Value other than 1 is needed with GridUnitType.Star, then use the constructor GridLength (value, GridUnitType.Star). Method 1.4.0.0 1.5.0.0 2.0.0.0 System.String Returns the value and the grid unit type, separated by a ".". To be added. To be added. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Double Gets the Value of the GridLength. The value in GridUnitType of the GridLength.