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

In This Topic
    DaysOfWeekBorderBrush Property (C1Calendar)
    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