AutoScale Property (RadialGauge)
In This Topic
Gets or sets whether the gauge should automatically scale to fill the host element.
Syntax
'Declaration
Public Property AutoScale As System.Boolean
'Usage
Dim instance As RadialGauge
Dim value As System.Boolean
instance.AutoScale = value
value = instance.AutoScale
public System.bool AutoScale {get; set;}
public read-write property AutoScale: System.Boolean;
public function get,set AutoScale : System.boolean
public: __property System.bool get_AutoScale();
public: __property void set_AutoScale(
System.bool value
);
public:
property System.bool AutoScale {
System.bool get();
void set ( System.bool value);
}
See Also