Click or drag to resize

StepperDirection Enumeration

Direction of the stepper when it has been clicked

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum StepperDirection
Members
  Member nameValueDescription
Up0 The Up direction, which usually increases the value
Down1 The Down direction, which usually decreases the value
See Also