Search
SliderComponent.getValue Method
See Also
 

Gets 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 float getValue ()

 Return Value

The current value displayed by slider.

 See Also