MapPathBase<T> Class
The base class for map items that are drawn as a path.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.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