Search
TextComponent.LineAlignment Property
See Also
 





Gets or sets the vertical alignment of the displayed text.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public StringAlignment LineAlignment { get; set; }

Visual Basic  Copy Code

Public Property LineAlignment As StringAlignment

 Property Value

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

 See Also