Skip to main content

LayerCollection(Scale) Constructor

In This Article

Initializes a new instance of the LayerCollection<T> class with the specified owner.

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public LayerCollection(
    Scale scale
)

#Parameters

Name Type Description
scale Scale

A Scale class descendant that should be the owner of the created collection.

See Also