Click or drag to resize
weroSoft AG, Software
StepType Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the type of increment or decrement to be applied to the numeric value.

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 StepType
Members
  Member nameValueDescription
Absolute0 The current value is modified by an absolute value linearly.
Percentage1 The current value is modified by a certain percentage of the value.
Logarithmic2 The values are increased or decreased logarithmically.
See Also