Class
PolyLineSegment

Definition

Namespace:Telerik.WinControls.UI.Diagrams.MissingTypes

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

cs-api-definition
public sealed class PolyLineSegment : PathSegment

Inheritance: objectPathSegmentPolyLineSegment

Constructors

PolyLineSegment()

Declaration

cs-api-definition
public PolyLineSegment()

Properties

Points

Declaration

cs-api-definition
public List<Point> Points { get; set; }

Property Value

List<Point>