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


In This Topic
    GroupFontAttributes Property
    In This Topic
    Gets or sets the group font attributes.
    Syntax
    'Declaration
     
    
    Public Property GroupFontAttributes As Xamarin.Forms.FontAttributes
    'Usage
     
    
    Dim instance As GridGroupRowCell
    Dim value As Xamarin.Forms.FontAttributes
     
    instance.GroupFontAttributes = value
     
    value = instance.GroupFontAttributes
    public Xamarin.Forms.FontAttributes GroupFontAttributes {get; set;}
    See Also