Gets the plain text of this shape node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
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. That is useful when styled text formatting is enabled and you need to display the node's text outside of MindFusion.Diagramming, for example in a message box or a dialog box.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |