Search
DiagramItem.TextFormat Property
See Also
 





Gets or sets the alignment of text displayed inside this item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public StringFormat TextFormat { get; set; }

Visual Basic  Copy Code

Public Property TextFormat As StringFormat

 Property Value

A StringFormat instance.

 Remarks

Set this property to specify the wrapping mode and alignment of item's Text.

 See Also