Search
SliderComponent.setStartValue Method
See Also
 

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

 Parameters

value

The start value of slider's current range.

 See Also