Back to Devexpress

MapShape Class

windowsforms-devexpress-dot-xtramap-3708c1a1.md

latest2.5 KB
Original Source

MapShape Class

The base class for all vector items that have an outline.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public abstract class MapShape :
    MapItem,
    IColorizerElement,
    ISupportStyleCore,
    IMapShapeStyleCore,
    IMapItemCore,
    IMapShapeStyleAcceptor,
    IShapeTitleProvider,
    IUnitConverterProvider,
    IItemVisibilityCalculatorProvider
vb
Public MustInherit Class MapShape
    Inherits MapItem
    Implements IColorizerElement,
               ISupportStyleCore,
               IMapShapeStyleCore,
               IMapItemCore,
               IMapShapeStyleAcceptor,
               IShapeTitleProvider,
               IUnitConverterProvider,
               IItemVisibilityCalculatorProvider

Remarks

To customize the shape appearance, use its MapItem.Fill, MapItem.Stroke and MapItem.StrokeWidth properties.

Implements

IColorizerElement

Inheritance

Show 15 items

Object MapItem MapShape MapBubble

MapDot

MapEllipse

MapLine

MapPathBase<T>

MapPolygon

MapPolylineBase

MapRectangle

MapPolyline

MapSpline

MapPath

MapPie

See Also

MapShape Members

DevExpress.XtraMap Namespace