Click or drag to resize

SpinnerEnabled Property

Gets or sets a value indicating whether the Spinner is spinning, default is false.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[DefaultValueAttribute(false)]
public override bool Enabled { get; set; }

Property Value

Type: Boolean
true if enabled; otherwise, false.
See Also