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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly