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


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