Skip to main content

AppointmentStyle.BorderColor Property

Gets or sets the color that appointments use to paint their border.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public Color BorderColor { get; set; }

#Property Value

Type Description
Color

The color that appointments use to paint their border.

See Also