Search
Style.setHeaderBorderLeftColor Method
See Also
 






Sets the color used to paint the left border of an element's header.

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

 Syntax

Java  Copy Code

public void setHeaderBorderLeftColor (
    Color value
)

 Parameters

value

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

 Remarks

To remove the left border, pass Colors.Transparent or set setHeaderBorderLeftWidth to 0.

 See Also