CrossingsData
Class
Stores a collection of PointCollection, each PointCollection holding the crossing points detected for correspondent link segment.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public class CrossingsData
Inheritance: objectCrossingsData
Constructors
Initializes a new instance of the CrossingsData class.
Properties
Gets or sets the segment crossings.
C#
public IList<PointCollection> SegmentCrossings { get; set; }