Skip to main content

StyleManagerForm(IGaugeContainer) Constructor

Initializes a new instance of the StyleManagerForm class with the specified gauge container.

Namespace: DevExpress.XtraGauges.Presets.Styles

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

NuGet Package: DevExpress.Win.Gauges

Declaration

public StyleManagerForm(
    IGaugeContainer container
)

Parameters

Name Type Description
container DevExpress.XtraGauges.Base.IGaugeContainer

An object implementing the IGaugeContainer interface.

See Also