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

MapPathBase<T> Class

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

Namespace: DevExpress.XtraMap

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

Inheritance

See Also