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


In This Topic
    ValueFontSize Property
    In This Topic
    ​Gets or sets the font size of value.
    Syntax
    'Declaration
     
    
    Public Property ValueFontSize As Double
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Double
     
    instance.ValueFontSize = value
     
    value = instance.ValueFontSize
    public double ValueFontSize {get; set;}
    See Also