LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

RotateModifierKey Property (AnnAutomationManager)

Show in webframe
Example 





Gets or sets the rotate modifier key.
Syntax
public ModifierKeys RotateModifierKey {get; set;}
'Declaration
 
Public Property RotateModifierKey As ModifierKeys
'Usage
 
Dim instance As AnnAutomationManager
Dim value As ModifierKeys
 
instance.RotateModifierKey = value
 
value = instance.RotateModifierKey

            

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

Property Value

The rotate modifier key.
Remarks

This key is used in design mode when the an object is selected. Pressing down this key and clicking on any of the object's control points then dragging the mouse rotates the object around its origin.

By default, the automation framework sets this value to ModifierKeys.Shift

Example
Copy Code  
Imports Leadtools.Windows.Controls
Imports Leadtools.Windows.Annotations

Private Sub AnnAutomationManager_RotateModifierKey(ByVal manager As AnnAutomationManager)
   manager.RotateModifierKey = ModifierKeys.None
End Sub
using Leadtools.Windows.Controls;
using Leadtools.Windows.Annotations;
using Leadtools.Demos;
using Leadtools.Help;

private void AnnAutomationManager_RotateModifierKey(AnnAutomationManager manager)
{
   manager.RotateModifierKey = ModifierKeys.None;
}
using Leadtools.Windows.Controls;
using Leadtools.Windows.Annotations;
using Leadtools.Examples;
using Leadtools.Silverlight.Demos;

private void AnnAutomationManager_RotateModifierKey(AnnAutomationManager manager)
{
   manager.RotateModifierKey = ModifierKeys.None;
}
Imports Leadtools.Windows.Controls
Imports Leadtools.Windows.Annotations
Imports Leadtools.Silverlight.Demos

Private Sub AnnAutomationManager_RotateModifierKey(ByVal manager As AnnAutomationManager)
   manager.RotateModifierKey = ModifierKeys.None
End Sub
Requirements

Target Platforms

See Also

Reference

AnnAutomationManager Class
AnnAutomationManager Members

 

 


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