Returns position of text lines displayed by this node, as wrapped to fit the content of its Text property inside node's current size.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public List<Point> TextLinePositions { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property TextLinePositions As List(Of Point) |
A list of System.Windows.Point objects containing text line positions.
See Also