Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Annotations.Designers Assembly > Leadtools.Annotations.Designers Namespace > AnnEditDesigner Class : Operation Property |
public AnnEditDesignerOperation Operation {get; set;}
'Declaration
Public Property Operation As AnnEditDesignerOperation
'Usage
Dim instance As AnnEditDesigner Dim value As AnnEditDesignerOperation instance.Operation = value value = instance.Operation
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');
This property indicates which edit operation is currently being performed on this AnnEditDesigner. It gets updated whenever the object receives Edit events.