Search
Style.setBorderBottomColor Method
See Also
 






Sets 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 void setBorderBottomColor (
    Color value
)

 Parameters

value

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

 Remarks

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

 See Also