Specifies the vertical alignment of an element.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Scheduling
C#
![]() |
---|
public enum VerticalAlignment |
Visual Basic
![]() |
---|
Public Enum VerticalAlignment |
Member name | Description | |
---|---|---|
![]() |
Bottom |
Indicates that an element is bottom-aligned to its container. |
![]() |
Center |
Indicates that an element is centered in its container. |
![]() |
Top |
Indicates that an element is top-aligned to its container. |