Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Enum AnnEditDesignerOperation Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[SerializableAttribute()] public enum AnnEditDesignerOperation : Enum |
Managed Extensions for C++ | |
---|---|
[SerializableAttribute()] __value public enum AnnEditDesignerOperation : public Enum |
C++/CLI | |
---|---|
[SerializableAttribute()] public enum class AnnEditDesignerOperation : public Enum |
Member | Description |
---|---|
None | No operation. |
MoveControlPoint | The user has clicked and dragged a AnnControlPoint. |
Move | The user has clicked and dragged the object itself. |
MoveName | The user has clicked and dragged the object name. |
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 (AnnControlPoint). For more information, refer to New Annotation Features of Version 14.5. |
MoveRotateGripper | The user has clicked and dragged the rotate gripper control point (AnnControlPoint). For more information, refer to New Annotation Features of Version 14.5. |
System.Object
System.ValueType
System.Enum
Leadtools.Annotations.AnnEditDesignerOperation
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family