MindFusion.Wpf Pack Programmer's Guide
ShapeNode.PlainText Property
See Also
 





Gets the plain text of this shape node.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public string PlainText { get; }

Visual Basic  Copy Code

Public ReadOnly Property PlainText As String

 Property Value

A string containing the plain text of the shape node.

 Remarks

This property removes any formatting tags from the node's Text and returns the plain human-readable text.

 See Also

ShapeNode Members
ShapeNode Class
MindFusion.Diagramming.Wpf Namespace
EnableStyledText Property