Click or drag to resize
weroSoft AG, Software
TickItemDisplayMode Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Specifies how the slider ticks are displayed

Namespace:  WeroSoft.Windows.Controls
Assembly:  WeroSoft.Triton.Desktop.Control.Library (in WeroSoft.Triton.Desktop.Control.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum TickItemDisplayMode
Members
  Member nameValueDescription
Tick0 The slider displays tick marks.
Text1 The slider displays the labels.
TickAndText2 The slider displays tick marks and labels.
See Also