Skip to main content

AppointmentViewModel.BorderThickness Property

Gets or sets the border thickness of the appointment representation.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public Thickness BorderThickness { get; set; }

Property Value

Type Description
Thickness

The border thickness of the appointment representation.

See Also