ImageFlipMode Enum
Lists values that specify how the image is flipped.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
Members
Name | Description |
---|---|
None
|
The image is not flipped. |
Horizontal
|
The image is flipped horizontally. |
Vertical
|
The image is flipped vertically. |
Both
|
The image is flipped both vertically and horizontally. |
Related API Members
The following properties accept/return ImageFlipMode values:
Library | Related API Members |
---|---|
WinForms Controls | DiagramImage.FlipMode |
WPF Controls | DiagramImage.FlipMode |
Remarks
Values listed by this enumeration are used by the following methods and properties:
See Also