MindFusion.Java Package Programmer's Guide
VerticalAlignment Enumeration
See Also
 






Specifies how an object or text is vertically aligned relative to an element.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  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

com.mindfusion.common Namespace