Back to Devexpress

MapPolylineBase Class

wpf-devexpress-dot-xpf-dot-map-b8519db3.md

latest1.9 KB
Original Source

MapPolylineBase Class

A base class for polylines.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public abstract class MapPolylineBase :
    MapShape,
    IPointContainerCore,
    ISupportCoordPoints,
    ISupportIntermediatePoints,
    IEditableItem,
    ISimplifiableItem,
    ISupportRenderLineCap,
    ISupportMarkerElements
vb
Public MustInherit Class MapPolylineBase
    Inherits MapShape
    Implements IPointContainerCore,
               ISupportCoordPoints,
               ISupportIntermediatePoints,
               IEditableItem,
               ISimplifiableItem,
               ISupportRenderLineCap,
               ISupportMarkerElements

Implements

IColorizerElement

IEditableItem

Inheritance

Show 11 items

Object DispatcherObject DependencyObject Freezable MapDependencyObject MapItem MapShapeBase MapShape MapPolylineBase MapPolyline

MapSpline

See Also

MapPolylineBase Members

DevExpress.Xpf.Map Namespace