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
C# Copy Code |
---|
public List<string> TextLines { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property TextLines As List(Of String) |
A list of strings representing the text lines.
WpfDiagram Programmer's Guide | © 2024 MindFusion |