AnnLabelPositionMode Enumeration

Summary

Indicates how the label is positioned relative to its parent.

Syntax
TypeScript
JavaScript
lt.Annotations.Engine.AnnLabelPositionMode = { 
	normal: 0, 
	relativeToObject: 1 
} 
lt.Annotations.Engine.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 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.