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

MapItemSettingsBase Class

The base class for all map items settings classes.

Namespace: DevExpress.Xpf.Map

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

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

Declaration

public abstract class MapItemSettingsBase :
    MapDependencyObject,
    IOwnedElement,
    IStyleApplier

The following members return MapItemSettingsBase objects:

Remarks

This class introduces the MapItemSettingsBase.IsHitTestVisible property that allows enabling generated map items to be returned as a hit-test result.

See Also