Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / C1Gauge Class / ValueFont Property


In This Topic
    ValueFont Property
    In This Topic
    Gets or sets the value font style.
    Syntax
    'Declaration
     
    
    Public Property ValueFont As C1Font
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As C1Font
     
    instance.ValueFont = value
     
    value = instance.ValueFont
    public C1Font ValueFont {get; set;}
    See Also