positionMode Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(AnnLabel.prototype, 'positionMode', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly