ComponentOne Xamarin.Android
GridUnitType Enumeration


C1.Android.Grid Assembly > C1.Android.Grid Namespace : GridUnitType Enumeration
Enumerates values that control how the GridLength.Value property is interpreted for row and column definitions.
Syntax
'Declaration
 
Public Enum GridUnitType 
   Inherits System.Enum
'Usage
 
Dim instance As GridUnitType
public enum GridUnitType : System.Enum 
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Android.Grid.GridUnitType

See Also

Reference

C1.Android.Grid Namespace