Gets or sets the rotate modifier key.
public ModifierKeys RotateModifierKey { get; set; }
Public Property RotateModifierKey As ModifierKeys
The rotate modifier key.
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
This example disables the rotate modifier key
using Leadtools.Windows.Controls;
using Leadtools.Windows.Annotations;
using Leadtools.Demos;
using Leadtools.Help;
private void AnnAutomationManager_RotateModifierKey(AnnAutomationManager manager)
{
manager.RotateModifierKey = ModifierKeys.None;
}
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.Examples;
using Leadtools.Silverlight.Demos;
//using Leadtools.Help;
private void AnnAutomationManager_RotateModifierKey(AnnAutomationManager manager)
{
manager.RotateModifierKey = ModifierKeys.None;
}
Imports Leadtools.Windows.Controls
Imports Leadtools.Windows.Annotations
Imports Leadtools.Silverlight.Demos
'using Leadtools.Help;
Private Sub AnnAutomationManager_RotateModifierKey(ByVal manager As AnnAutomationManager)
manager.RotateModifierKey = ModifierKeys.None
End Sub
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET