MindFusion.Wpf Pack Programmer's Guide
TreeViewNode.TextFormat Property
See Also
 





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

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

 Syntax

C#  Copy Code

public StringFormat TextFormat { get; set; }

Visual Basic  Copy Code

Public Property TextFormat As StringFormat

 Property Value

An instance of the StringFormat class.

 Remarks

This property is deprecated. Use the TextAlignment, TextDecorations, TextPadding, TextTrimming, TextVerticalAlignment and TextWrapping properties to set format attributes.

 See Also

TreeViewNode Members
TreeViewNode Class
MindFusion.Diagramming.Wpf Namespace