Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / ControlBackground Property

In This Topic
    ControlBackground Property (C1Scheduler)
    In This Topic
    Gets or sets a System.Windows.Media.Brush object that is the face color of a control (Time Ruler, Month View header, etc.). This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property ControlBackground As Brush
    public Brush ControlBackground {get; set;}
    See Also