Search
TextComponent.TextAlignment Property
See Also
 





Gets or sets the horizontal alignment of the displayed text.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public StringAlignment TextAlignment { get; set; }

Visual Basic  Copy Code

Public Property TextAlignment As StringAlignment

 Property Value

A member of the StringAlignment enumeration. The default is Center.

 See Also