Enum FlipMode
Specifies the behavior of FlipMode.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
[Flags]
public enum FlipMode
Fields
| Name | Description |
|---|---|
| Content | Enables or disables the flip for Content. |
| FlipMode | Enables or disables the flip for both Content and Port. |
| None | Disables all the behaviors. |
| Port | Enables or disables the flip for Port. |