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






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

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

 Syntax

Java  Copy Code

public enum HorizontalAlignment

 Members

  Member name Description

Center

The object or text is aligned in the center of the control element.

Left

The object or text is aligned on the left of the control element.

Right

The object or text is aligned on the right of the control element.

 See Also

com.mindfusion.common Namespace