←Select platform

Operation Property

Summary

Gets a value that indicates which edit operation is currently being performed.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnEditDesignerOperation Operation { get; set; } 
@property (nonatomic, assign) LTAnnEditDesignerOperation operation 
public AnnEditDesignerOperation getOperation() 
public void setOperation(AnnEditDesignerOperation operation) 
             
 <br/>get_Operation();<br/>set_Operation(value);<br/>Object.defineProperty('Operation');  
public:  
   property AnnEditDesignerOperation^ Operation 
   { 
      AnnEditDesignerOperation^ get() 
      void set(AnnEditDesignerOperation^ value) 
   } 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly