The members of this enumeration specify the position of trackbar ticks.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public enum TickPosition |
Members| Member name | Description | |
|---|---|---|
![]() |
Both |
Ticks are rendered on both sides of the trackbar. |
![]() |
Far |
Ticks are rendered on the right or bottom side of the trackbar. |
![]() |
Near |
Ticks are rendered on the left or top side of the trackbar. |
![]() |
None |
There are no ticks rendered. |
See Also