Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridLength Structure
Properties Methods

In This Topic
    GridLength Structure Members
    In This Topic

    The following tables list the members exposed by GridLength.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)A ready to reuse GridLength of GridUnitType.Auto.  
    Public PropertyGets the GridUnitType of the GridLength  
    Public PropertyGets whether or not the GridUnitType of the GridLength is GridUnitType.Absolute.  
    Public PropertyGets whether or not the GridUnitType of the GridLength is GridUnitType.Auto.  
    Public PropertyGets a value that indicates whether the GridUnitType of the GridLength is GridUnitType.Star.  
    Public Propertystatic (Shared in Visual Basic)A ready to reuse GridLength of GridUnitType.Star with a Value of 1.  
    Public PropertyGets the Value of the GridLength.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether the specified System.Object, is equal to this instance.  
    Public MethodReturns a hash code for this instance.  
    Public Methodstatic (Shared in Visual Basic)Parses a string into a GridLength.  
    Public MethodReturns a System.String that represents this instance.  
    Top
    Public Operators
    Implements the operator +.
    Overloaded. Casting operator to convert a double into a GridLength of type GridUnitType.Absolute.
    Top
    See Also