Search
Style.getHeaderBorderBottomColor Method
See Also
 






Gets the color used to paint the bottom border of an element's header.

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

 Syntax

Java  Copy Code

public Color getHeaderBorderBottomColor ()

 Return Value

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

 Remarks

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

 See Also