Search
ControlStyle.setHScrollBarBackBrushDark Method
See Also
 






Sets the brush used to fill the background of the horizontal scrollbar when a user clicks on the scrollbar shaft in order to scroll a page left or right.

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

 Syntax

Java  Copy Code

public void setHScrollBarBackBrushDark (
    Brush value
)

 Parameters

value

An instance of the Brush class. To reset this property, set it to null.

 See Also