Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / IntervalAppointmentPresenter Class / LabelBrush Property

In This Topic
    LabelBrush Property
    In This Topic
    Gets or sets a Windows.UI.Xaml.Media.Brush corresponding to the Appointment.Label.
    Syntax
    'Declaration
     
    
    Public Property LabelBrush As Brush
    public Brush LabelBrush {get; set;}
    See Also