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


In This Topic
    GroupTextSize Property
    In This Topic
    Gets or sets the group font size.
    Syntax
    'Declaration
     
    
    Public Property GroupTextSize As Single
    'Usage
     
    
    Dim instance As GridGroupRowCell
    Dim value As Single
     
    instance.GroupTextSize = value
     
    value = instance.GroupTextSize
    public float GroupTextSize {get; set;}
    See Also