←Select platform

RotateModifierKey Property

Summary

Gets or sets a value indicating the current auto-rotate key. This is a dependency property.

Syntax

C#
VB
C++
public ModifierKeys RotateModifierKey { get; set; } 
  
Public Property RotateModifierKey As ModifierKeys 
public: 
property ModifierKeys RotateModifierKey { 
   ModifierKeys get(); 
   void set (    ModifierKeys ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly