Skip to main content

ViewBaseActualAppearance.AppointmentBorderThickness Property

Gets the border thickness value that is applied to the DevExpress.Maui.Scheduler view’s appointments. To specify this value, use the BorderThickness property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public Thickness AppointmentBorderThickness { get; }

Property Value

Type Description
Thickness

The border thickness.

See Also