Skip to main content
A newer version of this page is available. .

AppointmentControl.BorderThickness Property

Gets or sets the width of the boundaries of the appointment border. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Visual

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public Thickness BorderThickness { get; set; }

Property Value

Type Description
Thickness

A Thickness value.

See Also