MapPathBase<T> Class
In This Article
The base class for map items that are drawn as a path.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public abstract class MapPathBase<T> :
MapShape,
IRenderItemContainer,
IRenderItem,
ISupportSegments
where T : MapSegmentBase
#Type Parameters
Name |
---|
T |
#Implements
See Also