
Leadtools.Controls.ControlAlignment = function() { };
Leadtools.Controls.ControlAlignment.prototype = {
near = 0,
center = 1,
far = 2,
};
!MISSING Scrap '_RTJavaScript_Enumeration_SYNTAX'!
| Value | Member | Description |
|---|---|---|
| 0 | near | Left for horizontal alignment members. Top for vertical alignment members. |
| 1 | center | Center for horizontal and vertical alignment members. |
| 2 | far | 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.