Skip to main content

AppointmentViewInfo.LabelBrush Property

Gets the brush used to fill the appointment label.

Namespace: DevExpress.Xpf.Scheduler.Drawing

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public virtual Brush LabelBrush { get; }
Public Overridable ReadOnly Property LabelBrush As Brush

Property Value

Type Description
Brush

A Brush object which specifies the brush used for drawing an appointment label.

See Also