Search
Style.getHeaderBorderRightColor Method
See Also
 






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

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

 Syntax

Java  Copy Code

public Color getHeaderBorderRightColor ()

 Return Value

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

 Remarks

To remove the right border, pass Colors.Transparent or set setHeaderBorderRightWidth to 0.

 See Also