positionMode Property

Summary

Gets or sets a value that controls how the label is positioned from its Parent.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnLabel.prototype, 'positionMode', 
	get: function(), 
	set: function(value) 
) 
positionMode: AnnLabelPositionMode; 

Property Value

A value that controls how the label is positioned from its Parent. Default value is AnnLabelPositionMode.Normal.

Remarks

PositionMode and Offset are used to control how the label is positined according to its Parent or container.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly