BaseGauge Constructors
Represents the base class for gauges.| Name | Parameters | Description |
|---|---|---|
| BaseGauge() | none | Initializes a new instance of the BaseGauge class. |
| BaseGauge(IGaugeContainer) | container | Initializes a new instance of the BaseGauge class with the specified container. |
See Also