ASP.NET Pack Programmer's Guide
TreeViewNode.TextFormat Property
See Also
 





Gets or sets the alignment of texts displayed inside this shape node.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public StringFormat TextFormat { get; set; }

Visual Basic  Copy Code

Public Property TextFormat As StringFormat

 Property Value

An instance of the .NET StringFormat class.

 Remarks

Use this property to specify the wrapping mode and alignment of the caption text.

 See Also

TreeViewNode Members
TreeViewNode Class
MindFusion.Diagramming Namespace