Rotate via the UI
You can use the rotate buttons to directly rotate the image. No dialog is shown in this case.
Rotate Programmatically
The following spinet shows how you can access and use the RotateFlip method.
Controls / Image Editor / Features
New to Telerik UI for WinForms? Download free 30-day trial
You can use the rotate buttons to directly rotate the image. No dialog is shown in this case.
The following spinet shows how you can access and use the RotateFlip method.
radImageEditor1.ImageEditorElement.RotateFlip(RotateFlipType.Rotate270FlipNone);
radImageEditor1.ImageEditorElement.SaveState();
radImageEditor1.ImageEditorElement.RotateFlip(RotateFlipType.Rotate270FlipNone)
radImageEditor1.ImageEditorElement.SaveState()
Copyright © 2025 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.
Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.