Gets or sets the logical length of the swell on the end cap.

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

Syntax

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

See Also