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

MiniMapLayerCollection(MiniMap) Constructor

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

Namespace: DevExpress.Xpf.Map

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

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