Skip to main content

MapPathBase<T> Class

The base class for map items that are drawn as a path.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.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

Inheritance

See Also