How to Maintain Orthogonality by Default in vtkResliceCursorWidget Like in VTK.js?

I have implemented MPR functionality using vtkResliceCursorWidget and vtkResliceCursorLineRepresentation.

When rotating the axes using mouse events, the default behavior is that the axes move independently, but when holding down the left Ctrl key while rotating, the axes move together, maintaining orthogonality.

I would like to set the default behavior so that the axes move together to maintain orthogonality.

In VTK.js, this can be achieved using the setKeepOrthogonality function, but it seems that this function is not available in VTK or Activiz. Is there a way to apply this option?