Search
ComponentBase.VerticalAlignment Property
See Also
 





Gets or sets the vertical alignment of this component relative to its parent.

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

 Syntax

C#  Copy Code

public VerticalAlignment VerticalAlignment { get; set; }

Visual Basic  Copy Code

Public Property VerticalAlignment As VerticalAlignment

 Property Value

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

 See Also