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


In This Topic
    MinFont Property
    In This Topic
    Gets or sets the minimum value font style.
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("Use FontSize/FontFamiliy/FontAttributes instead.")>
    Public Property MinFont As Xamarin.Forms.Font
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Xamarin.Forms.Font
     
    instance.MinFont = value
     
    value = instance.MinFont
    [Obsolete("Use FontSize/FontFamiliy/FontAttributes instead.")]
    public Xamarin.Forms.Font MinFont {get; set;}
    See Also