CircularGaugeLayerCollection(CircularGauge) Constructor
In This Article
Initializes a new instance of the CircularGaugeLayerCollection class with the specified owner.
Namespace: DevExpress.WinUI.Gauges
Assembly: DevExpress.WinUI.Gauges.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public CircularGaugeLayerCollection(
CircularGauge gauge
)
#Parameters
Name | Type | Description |
---|---|---|
gauge | Circular |
A Circular |
See Also