Class
MapPathSegmentView

Represents a segment of a map path figure object.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class MapPathSegmentView : Freezable

Inheritance: objectMapPathSegmentView

Derived Classes: MapArcSegmentViewMapBezierSegmentViewMapCollectionSegmentViewMapLineSegmentViewMapQuadraticBezierSegmentView

Constructors

MapPathSegmentView()

Initializes a new instance of the MapPathSegmentView class.

Declaration

cs-api-definition
public MapPathSegmentView()

Properties

SegmentData

Gets or sets underlying segment data object.

Declaration

cs-api-definition
public PathSegmentData SegmentData { get; protected set; }

Property Value

PathSegmentData

Methods

CreateInstanceCore()

When implemented in a derived class, creates a new instance of the Freezable derived class.

Declaration

cs-api-definition
protected override Freezable CreateInstanceCore()

Returns

Freezable

The new instance.