Class MapPathSegmentView
Represents a segment of a map path figure object.
Inheritance
System.Object
MapPathSegmentView
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapPathSegmentView : Freezable
Constructors
MapPathSegmentView()
Initializes a new instance of the MapPathSegmentView class.
Declaration
public MapPathSegmentView()
Properties
SegmentData
Gets or sets underlying segment data object.
Declaration
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
protected override Freezable CreateInstanceCore()
Returns
System.Windows.Freezable
The new instance. |