Back to Devexpress

AppointmentControl.SelectionBorderThickness Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-visual-dot-appointmentcontrol-54c9a742.md

latest1.4 KB
Original Source

AppointmentControl.SelectionBorderThickness Property

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

Namespace : DevExpress.Xpf.Scheduling.Visual

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public Thickness SelectionBorderThickness { get; set; }
vb
Public Property SelectionBorderThickness As Thickness

Property Value

TypeDescription
Thickness

A Thickness value that is the width of the boundaries of the selected appointment’s border.

|

See Also

AppointmentControl Class

AppointmentControl Members

DevExpress.Xpf.Scheduling.Visual Namespace