Search
TimelineSettings.setNowColor Method
See Also
 






Sets the color used to mark the current time in the timeline.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setNowColor (
    Color value
)

 Parameters

value

A Color object specifying the color used to indicate the current time. Set to null to use the corresponding value from the current theme.

 See Also