Click or drag to resize

StepperEventArgsDirection Property

Gets the step direction, either up/increase, or down/decrease.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public StepperDirection Direction { get; }

Property Value

Type: StepperDirection
The step direction.
See Also