Click or drag to resize

Spinner Class

Presents a spinning indeterminate progress spinner wheel
Inheritance Hierarchy

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

The Spinner type exposes the following members.

Constructors
  NameDescription
Public methodSpinner
Initializes a new instance of the Spinner class
Top
Properties
  NameDescription
Public propertyEnabled
Gets or sets a value indicating whether the Spinner is spinning, default is false.
(Overrides ControlEnabled.)
Top
Remarks
Use the Enabled property to control whether the spinner is active or not.
See Also