Search
HorizontalAlignment Members
Constructors Fields
 


Contains static constants that specify the horizontal alignment of a component relative to its allocated space. Center - Indicates that the component should be centered. Left - Indicates that the component should be left-aligned. Right - Indicates that the component should be right-aligned. Stretch - Indicates that the component should be stretched horizontally. @author Anton

The following tables list the members exposed by the HorizontalAlignment type.

 Public Constructors

  Name Description

HorizontalAlignment

 

 Public Fields

  Name Description

Center

 

Left

 

Right

 

Stretch

 

 See Also