Skip to main content

AppointmentViewModel.TextColor Property

Gets or sets the color the appointment representation uses to paint its text.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public Color TextColor { get; set; }

Property Value

Type Description
Color

The color the appointment representation uses to paint its text.

See Also