Error processing SSI file
LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

Show in webframe

RotateModifierKey Property (AnnAutomationManager)






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

This example disables the rotate modifier key

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

Error processing SSI file
   Leadtools.Windows.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features