Skip to main content

LayerCollection(MapControl) Constructor

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

Namespace: DevExpress.UI.Xaml.Map

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public LayerCollection(
    MapControl map
)

Parameters

Name Type Description
map MapControl

A MapControl object that is the owner of this layer collection.

See Also