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


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