New to Telerik UI for WinForms? Start a free 30-day trial
Flip via the UI
Updated over 6 months ago
You can use the rotate buttons to directly rotate the image. No dialog is shown in this case.

Flip Programmatically
The following spinet shows how you can access and use the RotateFlip method.
Flip programmatically
C#
radImageEditor1.ImageEditorElement.RotateFlip(RotateFlipType.RotateNoneFlipX);
radImageEditor1.ImageEditorElement.SaveState();