Back to Devexpress

MapShapeBase Class

wpf-devexpress-dot-xpf-dot-map-f7746f8f.md

latest2.3 KB
Original Source

MapShapeBase Class

The base class for all shapes that a map control can draw.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public abstract class MapShapeBase :
    MapItem,
    IWeakEventListener,
    IColorizerElement,
    ISupportStyleCore,
    IMapShapeStyleCore,
    IMapItemCore
vb
Public MustInherit Class MapShapeBase
    Inherits MapItem
    Implements IWeakEventListener,
               IColorizerElement,
               ISupportStyleCore,
               IMapShapeStyleCore,
               IMapItemCore

The following members return MapShapeBase objects:

Implements

IColorizerElement

Inheritance

Show 20 items

Object DispatcherObject DependencyObject Freezable MapDependencyObject MapItem MapShapeBase MapChartItemBase

MapShape

MapPolygon

MapPolylineBase

MapEllipse

MapSpline

MapBubble

MapPath

MapPie

MapDot

MapLine

MapPolyline

MapRectangle

See Also

MapShapeBase Members

DevExpress.Xpf.Map Namespace