New to Telerik UI for WPFStart a free 30-day trial

Base class for segments which have Location collection.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public abstract class MapCollectionSegmentView : MapPathSegmentView

Inheritance: objectMapPathSegmentViewMapCollectionSegmentView

Derived Classes: MapPolyBezierSegmentViewMapPolyLineSegmentViewMapPolyQuadraticBezierSegmentView

Inherited Members MapPathSegmentView.CreateInstanceCore()MapPathSegmentView.SegmentData

Constructors

C#
protected MapCollectionSegmentView()

Fields

PointsProperty

DependencyProperty

Identifies the Points dependency property.

C#
public static readonly DependencyProperty PointsProperty

Properties

Gets or sets the LocationCollection that define this PolyBezierSegment object. This is a dependency property.

C#
public LocationCollection Points { get; set; }