ImageEditCommands.FlipHorizontal Property
Returns the command that flips the edit image horizontally.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Command FlipHorizontal { get; }
Property Value
Type | Description |
---|---|
Command | A command that flips the edit image horizontally. |
Remarks
You can also call the FlipHorizontal() method to flip the edit image horizontally.
See Also