Search
Style.getBorderBottomColor Method
See Also
 






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

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

 Syntax

Java  Copy Code

public Color getBorderBottomColor ()

 Return Value

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

 Remarks

To remove the bottom border, pass Colors.Transparent or set setBorderBottomWidth to 0.

 See Also