Back to Devexpress

ImageFlipMode Enum

corelibraries-devexpress-dot-diagram-dot-core-31a88858.md

latest1.6 KB
Original Source

ImageFlipMode Enum

Lists values that specify how the image is flipped.

Namespace : DevExpress.Diagram.Core

Assembly : DevExpress.Diagram.v25.2.Core.dll

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
[Flags]
public enum ImageFlipMode
vb
<Flags>
Public Enum ImageFlipMode

Members

NameDescription
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.

|

The following properties accept/return ImageFlipMode values:

LibraryRelated API Members
WinForms ControlsDiagramImage.FlipMode
WPF ControlsDiagramImage.FlipMode

Remarks

Values listed by this enumeration are used by the following methods and properties:

See Also

DevExpress.Diagram.Core Namespace