Search
ShapeNode.TextLinePositions Property
See Also
 





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

 Syntax

C#  Copy Code

public List<Point> TextLinePositions { get; }

Visual Basic  Copy Code

Public ReadOnly Property TextLinePositions As List(Of Point)

 Property Value

A list of System.Windows.Point objects containing text line positions.

 See Also