←Select platform

Operation Property

Summary
Gets a value that indicates which edit operation is currently being performed.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnEditDesignerOperation Operation { get; set; } 
@property (nonatomic, assign) LTAnnEditDesignerOperation operation; 
public AnnEditDesignerOperation getOperation() 
public void setOperation(AnnEditDesignerOperation operation) 
public:  
   property AnnEditDesignerOperation^ Operation 
   { 
      AnnEditDesignerOperation^ get() 
      void set(AnnEditDesignerOperation^ value) 
   } 
Operation # get and set (AnnEditDesigner) 

Property Value

The current edit operation. The default value is AnnEditDesignerOperation.None.

Remarks

This property indicates which edit operation is currently being performed on this AnnEditDesigner. It gets updated whenever the object receives Edit events.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.