Skip to main content
A newer version of this page is available. .

ArcScaleLayerCollection(ArcScale) Constructor

Initializes a new instance of the ArcScaleLayerCollection class with the specified owner.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v19.2.dll

Declaration

public ArcScaleLayerCollection(
    ArcScale scale
)

Parameters

Name Type Description
scale ArcScale

An ArcScale object that should be the owner of the created collection.

See Also