AnnHorizontalAlignment Enumeration

Summary

Indicates how text should be displayed on the horizontal axis.

Syntax

JavaScript Syntax
lt.Annotations.Core.AnnHorizontalAlignment = { 
	Left: 0, 
	Center: 1, 
	Right: 2 
} 
TypeScript Syntax
lt.Annotations.Core.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly