AppointmentStyle.BorderColor Property
In This Article
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