Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartStyle Class / FontAttributes Property


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