Search
VerticalAlignment Enumeration
See Also
 





Specifies the vertical alignment of a component relative to its allocated space.

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

 Syntax

C#  Copy Code

public enum VerticalAlignment

Visual Basic  Copy Code

Public Enum VerticalAlignment

 Members

  Member name Description

Bottom

Indicates that the component should be bottom-aligned.

Center

Indicates that the component should be centered.

Stretch

Indicates that the component should be stretched vertically.

Top

Indicates that the component should be top-aligned.

 Remarks

Values from this enumeration are assigned to the VerticalAlignment property of components.

 See Also