Gets or sets the label's vertical alignment.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public VerticalAlignment VerticalAlign { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property VerticalAlign As VerticalAlignment |
A member of the VerticalAlignment enumeration. The default is Center.
See Also