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