Visual Basic (Declaration) | |
---|---|
Public Enum AnnEditDesignerOperation Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum AnnEditDesignerOperation : Enum |
C++/CLI | |
---|---|
public enum class AnnEditDesignerOperation : public Enum |
XAML Attributes Usage | |
---|---|
<object Operation=Leadtools.Windows.Annotations.AnnEditDesignerOperation .../> |
XAML Attributes Usage | |
---|---|
<object Operation=Leadtools.Windows.Annotations.AnnEditDesignerOperation .../> |
Member | Description |
---|---|
None | No operation. |
MoveControlPoint | The user has clicked and dragged a Thumb. |
Move | The user has clicked and dragged the object itself. |
MoveHeader | The user has clicked and dragged the object header. |
Rotate | The user has clicked and dragged the object while the AnnEditDesigner is in rotate mode. |
MoveRotateCenter | The user has clicked and dragged the rotate center control point (Thumb). For more information, refer to WPF Annotation Rotation Options. |
MoveRotateGripper | The user has clicked and dragged the rotate gripper control point (Thumb). For more information, refer to WPF Annotation Rotation Options. |
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Annotations.AnnEditDesignerOperation
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family