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


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