New to Telerik UI for WinForms? Download free 30-day trial

Flip via the UI

You can use the rotate buttons to directly rotate the image. No dialog is shown in this case.

WinForms RadImageEditor Flip Option

Flip Programmatically

The following spinet shows how you can access and use the RotateFlip method.

Flip programmatically

radImageEditor1.ImageEditorElement.RotateFlip(RotateFlipType.RotateNoneFlipX);
radImageEditor1.ImageEditorElement.SaveState();

radImageEditor1.ImageEditorElement.RotateFlip(RotateFlipType.RotateNoneFlipX)
radImageEditor1.ImageEditorElement.SaveState()

See Also

In this article