Class Flip
Specifies the behavior of Flip command.
Inheritance
System.Object
Flip
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class Flip : Enum
Fields
Flip
Flip the node or port is mirrored across the both Horizontal and Vertical axis.
Declaration
public const Flip Flip
Field Value
Type |
---|
Flip |
HorizontalFlip
Flip the node or port is mirrored across the Horizontal axis.
Declaration
public const Flip HorizontalFlip
Field Value
Type |
---|
Flip |
None
Disables all the behaviors.
Declaration
public const Flip None
Field Value
Type |
---|
Flip |
VerticalFlip
Flip the node or port is mirrored across the Vertical axis.
Declaration
public const Flip VerticalFlip
Field Value
Type |
---|
Flip |