ControlAlignment Enumeration

Summary

Indicates where an element should be displayed on the horizontal axis relative to the allocated layout slot of the parent element.

Syntax
TypeScript
JavaScript
lt.Controls.ControlAlignment = { 
	near: 0, 
	center: 1, 
	far: 2 
} 
lt.Controls.ControlAlignment = { 
	near: 0, 
	center: 1, 
	far: 2 
} 
Members

0

Near

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

1

Center

(1) Center for horizontal and vertical alignment members.

2

Far

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

Help Version 22.0.2023.2.4
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.