BaseGaugeWin(IGaugeContainer) Constructor
In This Article
Initializes a new instance of the BaseGaugeWin class with the specified container.
Namespace: DevExpress.XtraGauges.Win.Base
Assembly: DevExpress.XtraGauges.v24.2.Win.dll
NuGet Package: DevExpress.Win.Gauges
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
container | DevExpress. |
A container that will own the created gauge. |
See Also