originalPosition Property

Summary

Gets or sets the original position of this AnnLabel.

Syntax

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

Property Value

The original position of this AnnLabel.

Remarks

If the user moves the AnnLabel, you can use this property to get the AnnLabel's original position.

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