TimeIndicatorStyle.BackgroundColor Property
In This Article
Gets or sets the color the time indicator uses to paint itself.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
public Color BackgroundColor { get; set; }
#Property Value
Type | Description |
---|---|
Color | The color the time indicator uses to paint itself. |
See Also