The AnnEditDesignerOperation Enumeration supports WPF/Silverlight.
The AnnEditDesignerOperation Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Indicates the current AnnEditDesigner operation. Supported in Silverlight, Windows Phone 7| Visual Basic (Declaration) | |
|---|---|
Public Enum AnnEditDesignerOperation Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnEditDesignerOperation | |
| C# | |
|---|---|
public enum AnnEditDesignerOperation : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class AnnEditDesignerOperation : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Move | The user has clicked and dragged the object itself. |
| MoveControlPoint | The user has clicked and dragged a System.Windows.Controls.Primitives.Thumb. |
| MoveHeader | The user has clicked and dragged the object header. |
| MoveRotateCenter | 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. |
| MoveRotateGripper | 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. |
| None | No operation. |
| Rotate | The user has clicked and dragged the object while the AnnEditDesigner is in rotate mode. |
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Annotations.AnnEditDesignerOperation
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code