Class
MapPathSegmentView

Represents a segment of a map path figure object.

Definition

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

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class MapPathSegmentView : DependencyObject

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