Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridLength Structure
Members


In This Topic
    GridLength Structure
    In This Topic
    Used to define the size of the columns of FlexGrid.
    Object Model
    GridLength StructureGridLength StructureGridLength Structure
    Syntax
    'Declaration
     
    
    <DebuggerDisplayAttribute("{Value}.{GridUnitType}")>
    Public Structure GridLength 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As GridLength
    [DebuggerDisplay("{Value}.{GridUnitType}")]
    public struct GridLength : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          C1.Android.Grid.GridLength

    See Also