LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

RotateModifierKey Property (AnnAutomationManager)

Example 





Gets or sets the rotate modifier key. .NET support Silverlight support
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 ModifierKeys RotateModifierKey {get; set;}
 get_RotateModifierKey();
set_RotateModifierKey(value);
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 CodeCopy Code  
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
Requirements

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

See Also

Reference

AnnAutomationManager Class
AnnAutomationManager Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.