StyleManagerForm.Show(IGaugeContainer) Method
Show a Style Manager form including the specified gauge container.
Namespace: DevExpress.XtraGauges.Presets.Styles
Assembly: DevExpress.XtraGauges.v24.1.Presets.dll
NuGet Package: DevExpress.Win.Gauges
Declaration
Parameters
Name | Type | Description |
---|---|---|
gaugeContainer | DevExpress.XtraGauges.Base.IGaugeContainer | An object implementing the IGaugeContainer interface. |
Returns
Type | Description |
---|---|
Boolean | A Boolean value returned by the form. |
See Also