Search
TimelineSettings.setNowFillColor Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setNowFillColor (
    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