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


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