ASP.NET Pack Programmer's Guide
Align Members
Constructors Fields
 


The members of this enumeration specify how text should be aligned to the text layout rectangle. Use these constants as arguments for the TextFormat constructor, or assign them to LinkLabel objects.

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

 Public Constructors

  Name Description

Align

Initializes a new instance of the Align class.

 Public Fields

  Name Description

Center

Specifies that the text is centered horizontally or vertically.

Far

Specifies that the text is right or bottom aligned.

Near

Specifies that the text is left or top aligned.

 See Also

Align Class
com.mindfusion.diagramming Namespace