←Select platform

RotateModifierKey Property

Summary
Gets or sets the rotate modifier key.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnKeys RotateModifierKey { get; set; } 
@property (nonatomic, assign) LTAnnKeys rotateModifierKey NS_AVAILABLE_MAC(10_10); 
public int getRotateModifierKey() 
public void setRotateModifierKey(int value) 
public:  
   property AnnKeys^ RotateModifierKey 
   { 
      AnnKeys^ get() 
      void set(AnnKeys^ value) 
   } 
RotateModifierKey # get and set (AnnAutomationManager) 

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 22.0.2023.4.25
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

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