ComponentOne Xamarin.iOS
BorderColor Property (C1Border)


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1Border Class : BorderColor Property
Gets or sets the color of the border.
Syntax
'Declaration
 
Public Property BorderColor As UIKit.UIColor
'Usage
 
Dim instance As C1Border
Dim value As UIKit.UIColor
 
instance.BorderColor = value
 
value = instance.BorderColor
public UIKit.UIColor BorderColor {get; set;}
See Also

Reference

C1Border Class
C1Border Members