ImageEdit.FlipVertical() Method
In This Article
Flips the edit image vertically (swap top and bottom).
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public void FlipVertical()
#Remarks
Use the FlipHorizontal() method to flip the edit image horizontally.
See Also