Skip to main content

ImageEditCommands.FlipVertical Property

Returns the command that flips the edit image vertically.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Command FlipVertical { get; }

Property Value

Type Description
Command

A command that flips the edit image vertically.

Remarks

You can also call the FlipVertical() method to flip the edit image vertically.

See Also