TimeRulerHeaderAppearance.BorderThickness Property
In This Article
Gets or sets the thickness of the time ruler header’ border. This is a bindable property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public Thickness BorderThickness { get; set; }
#Property Value
Type | Description |
---|---|
Thickness | The thickness of the time ruler header’s border. |
See Also