Specifies the vertical alignment of an element.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
C# Copy Code |
---|
public enum VerticalAlignment |
Visual Basic Copy Code |
---|
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. |