LEADTOOLS Annotations (Leadtools.Annotations assembly)

RotateModifierKey Property (AnnEditDesigner)

Show in webframe





Gets or sets a value indicating the current auto-rotate key.
Syntax
public virtual Keys RotateModifierKey {get; set;}
'Declaration
 
Public Overridable Property RotateModifierKey As Keys
'Usage
 
Dim instance As AnnEditDesigner
Dim value As Keys
 
instance.RotateModifierKey = value
 
value = instance.RotateModifierKey

            

            
public:
virtual property Keys RotateModifierKey {
   Keys get();
   void set (    Keys value);
}

Property Value

A System.Windows.Forms.Keys value that specifies the current auto-rotate key.
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.
Example
For an example, refer to AnnDesigner.
Requirements

Target Platforms

See Also

Reference

AnnEditDesigner Class
AnnEditDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.