MapShape Class
In This Article
The base class for all vector items that have an outline.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.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
#Inheritance
See Also