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


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