Search
SliderComponent.getStartValue Method
See Also
 

Gets the start 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 getStartValue ()

 Return Value

The start value of slider's current range.

 See Also