Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / GaugeRange Class / Color Property


In This Topic
    Color Property (GaugeRange)
    In This Topic
    Gets or sets the color used to display this range.
    Syntax
    'Declaration
     
    
    Public Property Color As UIKit.UIColor
    'Usage
     
    
    Dim instance As GaugeRange
    Dim value As UIKit.UIColor
     
    instance.Color = value
     
    value = instance.Color
    public UIKit.UIColor Color {get; set;}
    See Also