Specifies how an object or text is vertically aligned relative to an element.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
SyntaxJava
Copy Code
|
|---|
public enum VerticalAlignment |
Members| Member name | Description | |
|---|---|---|
![]() |
Bottom |
The object or text is aligned to the bottom of the control element. |
![]() |
Center |
The object or text is aligned to the center of the control element. |
![]() |
Top |
The object or text is aligned to the top of the control element. |
See Also