ComponentOne Xamarin.iOS
DayBorderWidth Property


C1.iOS.Calendar Assembly > C1.iOS.Calendar Namespace > C1Calendar Class : DayBorderWidth Property
Gets or sets the border thickness between day slots.
Syntax
'Declaration
 
<Foundation.ExportAttribute("DayBorderWidth")>
<BrowsableAttribute(True)>
Public Property DayBorderWidth As Double
'Usage
 
Dim instance As C1Calendar
Dim value As Double
 
instance.DayBorderWidth = value
 
value = instance.DayBorderWidth
[Foundation.Export("DayBorderWidth")]
[Browsable(true)]
public double DayBorderWidth {get; set;}
See Also

Reference

C1Calendar Class
C1Calendar Members