New to Telerik UI for WPFStart a free 30-day trial

Stores a collection of PointCollection, each PointCollection holding the crossing points detected for correspondent link segment.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

C#
public class CrossingsData

Inheritance: objectCrossingsData

Constructors

Initializes a new instance of the CrossingsData class.

C#
public CrossingsData(int segments)
Parameters:segmentsint

Properties

SegmentCrossings

IList<PointCollection>

Gets or sets the segment crossings.

C#
public IList<PointCollection> SegmentCrossings { get; set; }