Search
SliderComponent.getActiveBrush Method
See Also
 

Gets 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 Brush getActiveBrush ()

 Return Value

An instance of the Brush class.

 See Also