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


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