Search
SliderComponent.setEndValue Method
See Also
 

Sets 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 void setEndValue (
    float value
)

 Parameters

value

The end value of slider's current range.

 See Also