Search
ShapeNode.TextLines Property
See Also
 





Returns the lines of text as displayed by this node, 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<string> TextLines { get; }

Visual Basic  Copy Code

Public ReadOnly Property TextLines As List(Of String)

 Property Value

A list of strings representing the text lines.

 See Also