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; }
Public ReadOnly Property Direction As StepperDirection
Get
member Direction : StepperDirection with get
Property Value
Type:
StepperDirectionThe step direction.
See Also