Search
TickPosition Enumeration
See Also
 





Specifies the position of trackbar ticks.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public enum TickPosition

Visual Basic  Copy Code

Public Enum TickPosition

 Members

  Member name Description

None

There are no ticks rendered.

Left

Ticks are rendered on the left side of the trackbar.

Right

Ticks are rendered on the right side of the trackbar.

Both

Ticks are rendered on both sides of the trackbar.

 See Also