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