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


In This Topic
    ValueTextColor Property
    In This Topic
    Gets or sets the color of the value label.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("ValueTextColor")>
    <BrowsableAttribute(True)>
    Public Property ValueTextColor As UIKit.UIColor
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As UIKit.UIColor
     
    instance.ValueTextColor = value
     
    value = instance.ValueTextColor
    [Foundation.Export("ValueTextColor")]
    [Browsable(true)]
    public UIKit.UIColor ValueTextColor {get; set;}
    See Also