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


In This Topic
    MinFontColor Property
    In This Topic
    Gets or sets the maximum value font color.
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("Use MinTextColor instead.", True)>
    Public Property MinFontColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Xamarin.Forms.Color
     
    instance.MinFontColor = value
     
    value = instance.MinFontColor
    [Obsolete("Use MinTextColor instead.", true)]
    public Xamarin.Forms.Color MinFontColor {get; set;}
    See Also