DiagramCommands.FlipImage Property
In This Article
Gets the command that flips the selected image.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
public ICommand<ImageFlipMode> FlipImage { get; }
#Property Value
Type | Description |
---|---|
ICommand<Image |
An object implementing the System. |
#Remarks
The FlipImage command accepts a parameter of the ImageFlipMode type.
See Also