Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1TextBox Class / BorderColor Property


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