Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / BorderColor Property


In This Topic
    BorderColor Property (GridBase)
    In This Topic
    Gets or sets the UIKit.UIColor that is used to paint the border.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("BorderColor")>
    <BrowsableAttribute(True)>
    Public Property BorderColor As UIKit.UIColor
    'Usage
     
    
    Dim instance As GridBase
    Dim value As UIKit.UIColor
     
    instance.BorderColor = value
     
    value = instance.BorderColor
    [Foundation.Export("BorderColor")]
    [Browsable(true)]
    public UIKit.UIColor BorderColor {get; set;}
    See Also