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 = 0x00000000, center = 0x00000001, far = 0x00000002, };
Members
ValueMemberDescription
0x00000000near

(0)Left for horizontal alignment members. Top for vertical alignment members.

0x00000001center

(1)Center for horizontal and vertical alignment members.

0x00000002far

(2)Right for horizontal alignment members. Bottom for vertical alignment members.

Remarks

This enumeration is used by the following members:

Example

For an example, refer to ImageViewer.ImageHorizontalAlignment.

See Also

Reference

Leadtools.Controls Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.