MindFusion.Java Package Programmer's Guide
SliderType Enumeration
See Also
 






Specifies the type of a slider component.

Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components

 Syntax

Java  Copy Code

public enum SliderType

 Members

  Member name Description

Range

Indicates that the slider can be used to select range of values.

SingleValue

Indicates that the slider can be used to select a single value.

 See Also

com.mindfusion.diagramming.components Namespace