Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridGroupRowCell Class / BaselineAlignedChildIndex Property


In This Topic
    BaselineAlignedChildIndex Property (GridGroupRowCell)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property BaselineAlignedChildIndex As Integer
    'Usage
     
    
    Dim instance As GridGroupRowCell
    Dim value As Integer
     
    instance.BaselineAlignedChildIndex = value
     
    value = instance.BaselineAlignedChildIndex
    public virtual int BaselineAlignedChildIndex {get; set;}
    See Also