TimeRulerCellViewModel.TickColor Property
Gets or sets the color that the cell uses to paint its tick.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public Color TickColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The color that the cell uses to paint its tick. |
See Also