←Select platform

RotateModifierKey Property

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

Property Value

the current auto-rotate modifier key. Default value is AnnKeys.None.

Remarks

When this AnnEditDesigner is editing an object and the user holds down the key specified by this property while clicking and dragging on the object, the object will rotate around its origin.

Requirements

Target Platforms

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

Leadtools.Annotations.Designers Assembly

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