Gets or sets whether the Gauge is enabled.

Namespace:  C1.Web.UI.Controls.C1Gauge
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[DefaultValueAttribute(true)]
public bool Enabled { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(True)> _
Public Property Enabled As Boolean
	Get
	Set

See Also