TimeRulerHeaderAppearance.BorderColor Property
In This Article
Gets or sets the color the time ruler header uses to paint its background. This is a bindable property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public Color BorderColor { get; set; }
#Property Value
Type | Description |
---|---|
Color | The color the time ruler header uses to paint its border. |
See Also