Class
MapCollectionSegmentView

Base class for segments which have Location collection.

Definition

Namespace:Telerik.UI.Xaml.Controls.DataVisualization.Map

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public abstract class MapCollectionSegmentView : MapPathSegmentView

Inheritance: objectMapPathSegmentViewMapCollectionSegmentView

Derived Classes: MapPolyBezierSegmentViewMapPolyLineSegmentViewMapPolyQuadraticBezierSegmentView

Inherited Members 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
public LocationCollection Points { get; set; }

Property Value

LocationCollection