In This Topic
Gets or sets the minimum value that can be displayed on the gauge.
Syntax
'Declaration
<C1IgnoreAttribute()>
Public Property Min As System.Double
'Usage
Dim instance As Gauge
Dim value As System.Double
instance.Min = value
value = instance.Min
[C1Ignore()]
public System.double Min {get; set;}
public read-write property Min: System.Double;
C1IgnoreAttribute()
public function get,set Min : System.double
[C1Ignore()]
public: __property System.double get_Min();
public: __property void set_Min(
System.double value
);
[C1Ignore()]
public:
property System.double Min {
System.double get();
void set ( System.double value);
}
See Also