Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ControlAlignment Enumeration

Show in webframe
Indicates where an element should be displayed on the horizontal axis relative to the allocated layout slot of the parent element.
Syntax
Leadtools.Controls.ControlAlignment = function() { };
Leadtools.Controls.ControlAlignment.prototype = {
	near = 0,
	center = 1,
	far = 2,
	
 };
Members
ValueMemberDescription
0near Left for horizontal alignment members. Top for vertical alignment members.
1center Center for horizontal and vertical alignment members.
2far Right for horizontal alignment members. Bottom for vertical alignment members.
See Also

Reference

Leadtools.Controls Namespace

Error processing SSI file