rotateModifierKey Property

Summary

Gets or sets the rotate modifier key.

Syntax

JavaScript Syntax
Object.defineProperty(AnnAutomationManager.prototype, 'rotateModifierKey', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
rotateModifierKey: AnnKeys; 

Property Value

The rotate modifier key. The default value is AnnKeys.Shift.

Remarks

This key is used in design mode when the an object is selected. Pressing down this key and clicking anywhere on the object then dragging the mouse rotates the object around its origin.

Note that the AnnEncryptObject object does not support rotation.

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.Automation Assembly