Leadtools.Controls.ControlAlignment = function() { };
Leadtools.Controls.ControlAlignment.prototype = {
	near = 0x00000000,
	center = 0x00000001,
	far = 0x00000002,
	
 };
            | Value | Member | Description | 
|---|---|---|
| 0x00000000 | near | 
 (0)Left for horizontal alignment members. Top for vertical alignment members.  | 
| 0x00000001 | center | 
 (1)Center for horizontal and vertical alignment members.  | 
| 0x00000002 | far | 
 (2)Right for horizontal alignment members. Bottom for vertical alignment members.  | 
This enumeration is used by the following members:
For an example, refer to ImageViewer.ImageHorizontalAlignment.