ASP.NET Pack Programmer's Guide
Diagram.EnableStyledText Property
See Also
 





Gets or sets the default value for the EnableStyledText property of new nodes.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool EnableStyledText { get; set; }

Visual Basic  Copy Code

Public Property EnableStyledText As Boolean

 Property Value

true to parse the text of items in order to find formatting tags; otherwise, false. The default is false.

 Remarks

Styled text allows applying various attributes to the characters it contains. Attributes are specified using HTML-like formatting tags embedded in the raw text. Formatting tags are listed and described in the Text Attributes and Formatting section of this help file.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace