Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Calendar Assembly / C1.Xamarin.Forms.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
     
    
    Public Property DayBorderWidth As Double
    'Usage
     
    
    Dim instance As C1Calendar
    Dim value As Double
     
    instance.DayBorderWidth = value
     
    value = instance.DayBorderWidth
    public double DayBorderWidth {get; set;}
    See Also