←Select platform

RotateModifierKey Property

Summary
Gets or sets the rotate modifier key.
Syntax
C#
VB
Objective-C
C++
Java
public AnnKeys RotateModifierKey { get; set; } 
Public Property RotateModifierKey As AnnKeys 
@property (nonatomic) LTAnnKeys rotateModifierKey; 
public int getRotateModifierKey() 
public void setRotateModifierKey(int value) 
public:  
   property AnnKeys^ RotateModifierKey 
   { 
      AnnKeys^ get() 
      void set(AnnKeys^ value) 
   } 

Property Value

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

Remarks

This key is used in design mode when an object is selected. Pressing down this key and clicking anywhere on the object and 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.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

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