MapPathSegmentView
Class
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:
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()
Freezable
The new instance.