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 MapCollectionSegment : MapPathSegment

Inheritance: objectMapPathSegmentMapCollectionSegment

Derived Classes: MapPolyBezierSegmentMapPolyLineSegmentMapPolyQuadraticBezierSegment

Inherited Members MapPathSegment.PropertyChangedHandler(DependencyObject, DependencyPropertyChangedEventArgs)MapPathSegment.CalculateNorthwest(IEnumerable<Location>)MapPathSegment.OnSegmentChanged()

Constructors

C#
protected MapCollectionSegment()

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; }