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

Represents a segment of a map path figure object.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class MapPathSegmentView : Freezable

Inheritance: objectMapPathSegmentView

Derived Classes: MapArcSegmentViewMapBezierSegmentViewMapCollectionSegmentViewMapLineSegmentViewMapQuadraticBezierSegmentView

Constructors

Initializes a new instance of the MapPathSegmentView class.

C#
public MapPathSegmentView()

Properties

Gets or sets underlying segment data object.

C#
public PathSegmentData SegmentData { get; protected set; }

Methods

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

C#
protected override Freezable CreateInstanceCore()
Returns:

Freezable

The new instance.