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

In This Topic
    ControlBackground Property
    In This Topic
    Gets or sets a Windows.UI.Xaml.Media.Brush object that is the face color of a control (Time Ruler, Month View header, etc.). This is a dependency property.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Brushes")>
    <C1DescriptionAttribute("C1Scheduler.ControlBackground", "Gets or sets a Brush object that is the face color of a control (Time Ruler, Month View header, etc.).")>
    Public Property ControlBackground As Brush
    [C1Category("Brushes")]
    [C1Description("C1Scheduler.ControlBackground", "Gets or sets a Brush object that is the face color of a control (Time Ruler, Month View header, etc.).")]
    public Brush ControlBackground {get; set;}
    See Also