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

MapShape Class

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

public abstract class MapShape :
    MapItem,
    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

See Also