Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / FlexGrid Class / GroupRowFontAttributes Property


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