ComponentOne Basic Library for WPF and Silverlight
GaugeStartAngle Property (C1RadialNumericItem)


C1.Silverlight Namespace > C1RadialNumericItem Class : GaugeStartAngle Property
Gets or sets a value that indicates the angle to position the radial gauge beginning.
Syntax
'Declaration
 
Public Property GaugeStartAngle As System.Double
'Usage
 
Dim instance As C1RadialNumericItem
Dim value As System.Double
 
instance.GaugeStartAngle = value
 
value = instance.GaugeStartAngle
public System.double GaugeStartAngle {get; set;}
See Also

Reference

C1RadialNumericItem Class
C1RadialNumericItem Members