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