Search
SliderType Enumeration
See Also
 





Specifies the type of a slider component.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum SliderType

Visual Basic  Copy Code

Public Enum SliderType

 Members

  Member name Description

SingleValue

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

Range

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

 See Also