Click or drag to resize

Stepper Class

Control that allows you to "step" through values, usually presented by two buttons arranged vertically with up and down arrows.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class Stepper : Control

The Stepper type exposes the following members.

Constructors
  NameDescription
Public methodStepper
Initializes a new instance of the Stepper class
Top
Properties
  NameDescription
Public propertyValidDirection
Gets or sets the valid directions the stepper will allow the user to click.
Top
Methods
Events
  NameDescription
Public eventStep
Event to handle when the user clicks on one of the step buttons, either up or down.
Top
Fields
  NameDescription
Public fieldStatic memberStepEvent
Identifier for the Step event.
Top
See Also