Xamarin.Forms.GridUnitType.Star Field
Interpret the GridLength.Value property value as a proportional weight, to be laid out after rows and columns with GridUnitType.Absolute or GridUnitType.Auto are accounted for.

Syntax

GridUnitType Star

Remarks

After all the rows and columns of type GridUnitType.Absolute and GridUnitType.Auto are laid out, each of the corresponding remaining rows or columns, which are of type GridUnitType.Star, receive a fraction of the remaining available space. This fraction is determined by dividing each row's or column's GridLength.Value property value by the sum of all the row or column GridLength.Value property values, correspondingly, including its own.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0