Search
SliderComponent.setValue Method
See Also
 

Sets the value of the slider. This property is relevant only when the slider Type is set to SingleValue.

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

 Syntax

Java  Copy Code

public void setValue (
    float value
)

 Parameters

value

The current value displayed by slider.

 See Also