rotateModifierKey Property

Summary

Gets or sets the rotate modifier key.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnAutomationManager.prototype, 'rotateModifierKey', 
	get: function(), 
	set: function(value) 
) 
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.

To make this option work you have to disable AnnAutomationManager.UseRotateThumbs property.

Note that the AnnEncryptObject object does not support rotation.

Requirements

Target Platforms

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

Leadtools.Annotations.Automation Assembly