Gets or sets the current value of the C1GaugePointer.

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

Syntax

C#
[DefaultValueAttribute()]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[JsonAttribute(true, true, )]
public double Value { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute()> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<JsonAttribute(True, True, )> _
Public Property Value As Double
	Get
	Set

See Also