Gets or sets the fill color used to mark the current time in the timeline.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Color NowFillColor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property NowFillColor As Color |
A Color object.
See Also