Search
SliderComponent.setActiveBrush Method
See Also
 

Sets the brush used to fill the portion of the rail between StartValue and EndValue. This property is relevant only when the slider Type is set to Range.

Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components

 Syntax

Java  Copy Code

public void setActiveBrush (
    Brush value
)

 Parameters

value

An instance of the Brush class.

 See Also