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

MapItemAttribute(IMapItemAttribute) Constructor

Initializes a new instance of the MapItemAttribute class with the specified settings.

Namespace: DevExpress.Xpf.Map

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public MapItemAttribute(
    IMapItemAttribute source
)

Parameters

Name Type Description
source DevExpress.Map.Native.IMapItemAttribute

An interface that implements the MapItemAttribute object.

See Also