Gets the plain text of this shape node.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public string PlainText { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property PlainText As String |
A string containing the plain text of the shape node.
This property removes any formatting tags from the node's Text and returns the plain human-readable text.
WpfDiagram Programmer's Guide | © 2024 MindFusion |