Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / C1MultiMonthCalendar Class / DayBorderThickness Property

In This Topic
    DayBorderThickness Property (C1MultiMonthCalendar)
    In This Topic
    Gets or sets the border thickness between day slots.
    Syntax
    'Declaration
     
    
    Public Property DayBorderThickness As Thickness
    public Thickness DayBorderThickness {get; set;}
    See Also