Search
Style.getBorderLeftColor Method
See Also
 






Gets the color used to paint the left border of a calendar element.

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

 Syntax

Java  Copy Code

public Color getBorderLeftColor ()

 Return Value

A Color object specifying the color of the left border lines.

 Remarks

To remove the left border, pass Colors.Transparent or set setBorderLeftWidth to 0.

 See Also