←Select platform

AnnEditDesignerOperation Enumeration

Summary

Indicates the current AnnEditDesigner operation.

Syntax

C#
VB
C++
public enum AnnEditDesignerOperation 
  
Public Enum AnnEditDesignerOperation  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class AnnEditDesignerOperation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0NoneNo operation.
1MoveControlPointThe user has clicked and dragged a System.Windows.Controls.Primitives.Thumb.
2MoveThe user has clicked and dragged the object itself.
3MoveHeaderThe user has clicked and dragged the object header.
4RotateThe user has clicked and dragged the object while the AnnEditDesigner is in rotate mode.
5MoveRotateCenter

The user has clicked and dragged the rotate center control point (System.Windows.Controls.Primitives.Thumb).

For more information, refer to WPF Annotation Rotation Options.

6MoveRotateGripper

The user has clicked and dragged the rotate gripper control point (System.Windows.Controls.Primitives.Thumb).

For more information, refer to WPF Annotation Rotation Options.

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