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

RotateModifierKey Property (AnnEditDesigner)






Gets or sets a value indicating the current auto-rotate key. This is a dependency property. .NET support Silverlight support
Syntax
public ModifierKeys RotateModifierKey {get; set;}
'Declaration
 
Public Property RotateModifierKey As ModifierKeys
'Usage
 
Dim instance As AnnEditDesigner
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

A System.Windows.Input.ModifierKeys value that specifies the current auto-rotate key.
Remarks
When this AnnEditDesigner is editing an object and the user holds down the key specified by this property while clicking and dragging on the object, the object control's point will rotate around its origin.
Example

For C#/VB examples, refer to AnnDesigner.

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

AnnEditDesigner Class
AnnEditDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices

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