ComponentOne Xamarin.iOS
BorderColor Property (C1Calendar)


C1.iOS.Calendar Assembly > C1.iOS.Calendar Namespace > C1Calendar Class : BorderColor Property
Gets or sets the color of the calendar's border.
Syntax
'Declaration
 
<Foundation.ExportAttribute("BorderColor")>
<BrowsableAttribute(True)>
Public Property BorderColor As UIKit.UIColor
'Usage
 
Dim instance As C1Calendar
Dim value As UIKit.UIColor
 
instance.BorderColor = value
 
value = instance.BorderColor
[Foundation.Export("BorderColor")]
[Browsable(true)]
public UIKit.UIColor BorderColor {get; set;}
See Also

Reference

C1Calendar Class
C1Calendar Members