Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / VisualInterval Class / TotalStatusBrush Property

In This Topic
    TotalStatusBrush Property (VisualInterval)
    In This Topic
    Gets the System.Windows.Media.Brush object representing interval availability status. Honors status of all appointments in the interval. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TotalStatusBrush As Brush
    public Brush TotalStatusBrush {get;}
    See Also