DiagramImage.FlipMode Property
Gets or sets the flip effect that is currently applied to the image. This is a dependency property.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
Property Value
Type | Description |
---|---|
ImageFlipMode | A ImageFlipMode enumeration value. |
Available values:
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. |
See Also