Search
LinkLabel.VerticalAlign Property
See Also
 






Gets or sets the label's vertical alignment.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public VerticalAlignment VerticalAlign { get; set; }

Visual Basic  Copy Code

Public Property VerticalAlign As VerticalAlignment

 Property Value

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

 See Also