[]
        
(Showing Draft Content)

C1.iOS.Grid.GridUnitType

GridUnitType Class

Enumerates values that control how the GridLength.Value property is interpreted for row and column definitions.

Inheritance
GridUnitType
Namespace: C1.iOS.Grid
Assembly: C1.iOS.Grid.dll
Syntax
public sealed class GridUnitType : Enum

Fields

Name Description
Absolute

Interpret the GridLength.Value property value as the number of device-specific units.

Auto

Ignore the GridLength.Value property value and choose a size that fits the children of the row or column.

Star

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.

value__