Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / C1Calendar Class / DayBorderBrush Property

In This Topic
    DayBorderBrush Property (C1Calendar)
    In This Topic
    Gets or sets the color used for the border between day slots.
    Syntax
    'Declaration
     
    
    Public Property DayBorderBrush As Brush
    public Brush DayBorderBrush {get; set;}
    See Also