Specifies the position of trackbar ticks.
Namespace: MindFusion.Common.WinForms
Assembly: MindFusion.Common.WinForms
SyntaxC#
Copy Code
|
|---|
public enum TickPosition |
Visual Basic
Copy Code
|
|---|
Public Enum TickPosition |
Members| Member name | Description | |
|---|---|---|
![]() |
Both |
Ticks are rendered on both sides of the trackbar. |
![]() |
Left |
Ticks are rendered on the left side of the trackbar. |
![]() |
None |
There are no ticks rendered. |
![]() |
Right |
Ticks are rendered on the right side of the trackbar. |
See Also