Leadtools.Controls Namespace : ControlAlignment Enumeration |
Leadtools.Controls.ControlAlignment = function() { };
Leadtools.Controls.ControlAlignment.prototype = {
near = 0,
center = 1,
far = 2,
};
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. |