AnnLabelPositionMode Enumeration

Summary

Indicates how the label is positioned relative to its parent.

Syntax

JavaScript Syntax
lt.Annotations.Core.AnnLabelPositionMode = { 
	Normal: 0, 
	RelativeToObject: 1 
} 
TypeScript Syntax
lt.Annotations.Core.AnnLabelPositionMode = { 
	Normal: 0, 
	RelativeToObject: 1 
} 

Members

0 Normal

(0) The label is positioned from the top-left of the current container.

1 RelativeToObject

(1) The label is positioned relative from the top-left of the parent object.

Remarks

Used with AnnLabel.PositionMode to control how the label is positioned relative to its parent.

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