Leadtools.Windows.Annotations Namespace > AnnAutomationManager Class : RotateModifierKey Property |
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 ModifierKeys RotateModifierKey {get; set;}
get_RotateModifierKey();
set_RotateModifierKey(value);
public: property ModifierKeys RotateModifierKey { ModifierKeys get(); void set ( ModifierKeys value); }
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
Private Sub AnnAutomationManager_RotateModifierKey(ByVal manager As AnnAutomationManager) manager.RotateModifierKey = ModifierKeys.None End Sub
private void AnnAutomationManager_RotateModifierKey(AnnAutomationManager manager) { manager.RotateModifierKey = ModifierKeys.None; }
private void AnnAutomationManager_RotateModifierKey(AnnAutomationManager manager) { manager.RotateModifierKey = ModifierKeys.None; }
Private Sub AnnAutomationManager_RotateModifierKey(ByVal manager As AnnAutomationManager) manager.RotateModifierKey = ModifierKeys.None End Sub
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2