Gets or sets the alignment of texts displayed inside this node.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public StringFormat TextFormat { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TextFormat As StringFormat |
An instance of the StringFormat class.
RemarksThis property is deprecated. Use the TextAlignment, TextDecorations, TextPadding, TextTrimming, TextVerticalAlignment and TextWrapping properties to set format attributes.
See Also