Search
Style.getBorderTopColor Method
See Also
 






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

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

 Syntax

Java  Copy Code

public Color getBorderTopColor ()

 Return Value

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

 Remarks

To remove the top border, pass Colors.Transparent or set setBorderTopWidth to 0.

 See Also