AnnPointerPosition Enumeration

Summary

Controls the position of the arrow head for the AnnPointerObject.

Syntax

JavaScript Syntax
lt.Annotations.Core.AnnPointerPosition = { 
	Start: 0, 
	End: 1 
} 
TypeScript Syntax
lt.Annotations.Core.AnnPointerPosition = { 
	Start: 0, 
	End: 1 
} 

Members

0 Start

(0)The arrow head is at the start of the AnnPointerObjects line.

1 End

(1)The arrow head is at the end of the AnnPointerObjects line.

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