Skip to main content

BaseGaugeWin(IGaugeContainer) Constructor

Initializes a new instance of the BaseGaugeWin class with the specified container.

Namespace: DevExpress.XtraGauges.Win.Base

Assembly: DevExpress.XtraGauges.v23.2.Win.dll

NuGet Package: DevExpress.Win.Gauges

Declaration

public BaseGaugeWin(
    IGaugeContainer container
)

Parameters

Name Type Description
container DevExpress.XtraGauges.Base.IGaugeContainer

A container that will own the created gauge.

See Also