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
Public Class Spinner
Inherits Control
type Spinner =
class
inherit Control
end
The Spinner type exposes the following members.
Constructors
| Name | Description |
---|
| Spinner | Initializes a new instance of the Spinner class |
TopProperties
| Name | Description |
---|
| Enabled |
Gets or sets a value indicating whether the Spinner is spinning, default is false.
(Overrides ControlEnabled.) |
TopRemarks
Use the
Enabled property to control whether the spinner is active or not.
See Also