Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1Gauge Class / MaxFontFamily Property


In This Topic
    MaxFontFamily Property
    In This Topic
    ​Gets or sets the font family of max value.
    Syntax
    'Declaration
     
    
    Public Property MaxFontFamily As String
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As String
     
    instance.MaxFontFamily = value
     
    value = instance.MaxFontFamily
    public string MaxFontFamily {get; set;}
    See Also