Enum Flip
Specifies the behavior of Flip command.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
[Flags]
public enum Flip
Fields
| Name | Description |
|---|---|
| Flip | Flip the node or port is mirrored across the both Horizontal and Vertical axis. |
| HorizontalFlip | Flip the node or port is mirrored across the Horizontal axis. |
| None | Disables all the behaviors. |
| VerticalFlip | Flip the node or port is mirrored across the Vertical axis. |