Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Calendar Class / DaysOfWeekBorderBrush Property

In This Topic
    DaysOfWeekBorderBrush Property
    In This Topic
    Gets or sets a System.Windows.Media.Brush object used to underline days of week. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property DaysOfWeekBorderBrush As Brush
    public Brush DaysOfWeekBorderBrush {get; set;}
    See Also