Search
ItemLabel.VerticalAlign Property
See Also
 





Gets or sets the label's vertical alignment.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public StringAlignment VerticalAlign { get; set; }

Visual Basic  Copy Code

Public Property VerticalAlign As StringAlignment

 Property Value

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

 See Also