Search
LineTemplate.Coordinates Property
See Also
 





Gets a double array containing the coordinates of the end points of this line segment.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double[] Coordinates { get; }

Visual Basic  Copy Code

Public ReadOnly Property Coordinates As Double()

 Property Value

An array of float values containing the coordinates of the points composing this element.

 See Also