Thickness Property (Gauge)
In This Topic
Gets or sets the thickness of the gauge, on a scale between zero and one.
Syntax
'Declaration
Public Property Thickness As System.Double
'Usage
Dim instance As Gauge
Dim value As System.Double
instance.Thickness = value
value = instance.Thickness
public System.double Thickness {get; set;}
public read-write property Thickness: System.Double;
public function get,set Thickness : System.double
public: __property System.double get_Thickness();
public: __property void set_Thickness(
System.double value
);
public:
property System.double Thickness {
System.double get();
void set ( System.double value);
}
See Also