Gets or sets the alignment of text displayed inside this item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public StringFormat TextFormat { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TextFormat As StringFormat |
A System.Drawing.StringFormat instance.
RemarksSet this property to specify the wrapping mode and alignment of item's Text.
See Also