Xamarin Pack Programmer's Guide
TimetableSettings.NowColor Property
See Also
 






Gets or sets the color used to mark the current time in the timeline.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Color NowColor { get; set; }

Visual Basic  Copy Code

Public Property NowColor As Color

 Property Value

A Color object specifying the color used to indicate the current time. Assign Colors.Empty to this property to use the corresponding value from the current theme.

 See Also

TimetableSettings Members
TimetableSettings Class
MindFusion.Scheduling Namespace
NowFillColor Property
ShowCurrentTime Property