Class
MapCollectionSegmentView

Base class for segments which have Location collection.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public abstract class MapCollectionSegmentView : MapPathSegmentView

Inheritance: objectMapPathSegmentViewMapCollectionSegmentView

Derived Classes: MapPolyBezierSegmentViewMapPolyLineSegmentViewMapPolyQuadraticBezierSegmentView

Inherited Members MapPathSegmentView.CreateInstanceCore()MapPathSegmentView.SegmentData

Constructors

MapCollectionSegmentView()

Declaration

cs-api-definition
protected MapCollectionSegmentView()

Fields

PointsProperty

Identifies the Points dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PointsProperty

Field Value

DependencyProperty

Properties

Points

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

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public LocationCollection Points { get; set; }

Property Value

LocationCollection