Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartPlotElement Class / BorderColor Property


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