Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridBase Class / RowHeaderFontAttributes Property


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