Specifies the vertical alignment of a component relative to its allocated space.
Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming
C#
![]() |
---|
public enum VerticalAlignment |
Visual Basic
![]() |
---|
Public Enum VerticalAlignment |
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. |
Values from this enumeration are assigned to the VerticalAlignment property of components.