StartAngle Property (RadialGauge)
In This Topic
Gets or sets the starting angle for the gauge, in degrees.
Syntax
'Declaration
Public Property StartAngle As System.Double
'Usage
Dim instance As RadialGauge
Dim value As System.Double
instance.StartAngle = value
value = instance.StartAngle
public System.double StartAngle {get; set;}
public read-write property StartAngle: System.Double;
public function get,set StartAngle : System.double
public: __property System.double get_StartAngle();
public: __property void set_StartAngle(
System.double value
);
public:
property System.double StartAngle {
System.double get();
void set ( System.double value);
}
See Also