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


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