Skip to main content

MiniMapLayerCollection(MiniMap) Constructor

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

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public MiniMapLayerCollection(
    MiniMap miniMap
)

Parameters

Name Type Description
miniMap MiniMap

A MiniMap object that is the owner of the collection of mini map layers.

See Also