Gets or sets the angle of the start cap (between -90 and 90).

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 StartAngle { get; set; }
Visual Basic (Declaration)
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property StartAngle As Double
	Get
	Set

See Also