AnnVerticalAlignment Enumeration

Summary

Indicates how text should be displayed on the vertical axis.

Syntax

JavaScript Syntax
lt.Annotations.Core.AnnVerticalAlignment = { 
	Top: 0, 
	Center: 1, 
	Bottom: 2 
} 
TypeScript Syntax
lt.Annotations.Core.AnnVerticalAlignment = { 
	Top: 0, 
	Center: 1, 
	Bottom: 2 
} 

Members

0 Top

(0)The text should be top aligned.

1 Center

(1)The text should be centered.

2 Bottom

(2)The text should be bottom 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