Skip to main content

AppointmentStyle.BorderThickness Property

Gets or sets the border thickness of appointments.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public Thickness BorderThickness { get; set; }

#Property Value

Type Description
Thickness

The border thickness of appointments.

See Also