Search
SliderComponent.getEndValue Method
See Also
 

Gets the end value of the slider. 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 float getEndValue ()

 Return Value

The end value of slider's current range.

 See Also