Ribbon for WinForms allows users to change the orientation of the items added to the C1Ribbon control. You can change the default orientation (left-to-right) of the ribbon items such as images to right-to-left by using the FlipImageRtl property.
The following code example shows how you can change the orientation of the added ribbon items from left-to-right to right-to-left. The example given below is created using the Quick Start sample.