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; }
<DefaultValueAttribute(false)>
Public Overrides Property Enabled As Boolean
Get
Set
[<DefaultValueAttribute(false)>]
abstract Enabled : bool with get, set
[<DefaultValueAttribute(false)>]
override Enabled : bool with get, set
Property Value
Type:
Booleantrue if enabled; otherwise,
false.
See Also