Search
Style.setLineColor Method
See Also
 






Sets the color used to paint various lines that are not part of element borders.

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

 Syntax

Java  Copy Code

public void setLineColor (
    Color value
)

 Parameters

value

A Color object specifying the color of lines. Set to null to use the corresponding value from the current theme.

 See Also