public AnnEditDesignerOperation Operation {get; set;}
Public Property Operation As AnnEditDesignerOperation
public AnnEditDesignerOperation Operation {get; set;}
@property (nonatomic) LTAnnEditDesignerOperation operation;
public AnnEditDesignerOperation getOperation() public void setOperation(AnnEditDesignerOperation operation)
get_Operation();
set_Operation(value);
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.