Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / C1Calendar Class / DayBorderWidth Property


In This Topic
    DayBorderWidth Property
    In This Topic
    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