Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridGroupRowCell Class / GroupFontSize Property


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