Search
ControlStyle.setHScrollBarFillBrushOver Method
See Also
 






Sets the brush used to fill the elements of the horizontal scroll bar when the mouse pointer hovers over them.

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

 Syntax

Java  Copy Code

public void setHScrollBarFillBrushOver (
    Brush value
)

 Parameters

value

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

 See Also