AnnHorizontalAlignment Enumeration

Summary

Indicates how text should be displayed on the horizontal axis.

Syntax
TypeScript
JavaScript
lt.Annotations.Engine.AnnHorizontalAlignment = { 
	left: 0, 
	center: 1, 
	right: 2 
} 
lt.Annotations.Engine.AnnHorizontalAlignment = { 
	left: 0, 
	center: 1, 
	right: 2 
} 
Members
0 Left

(0)The text should be left aligned.

1 Center

(1)The text should be centered.

2 Right

(2)The text should be right aligned.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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