Class FlipMode
Allows you to flip only the node or along with port and label
All - Flips port and label along the node
Label - Flips label along with the node
Port - Flips port along with the node
None - Flips only the node
Inheritance
System.Object
FlipMode
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class FlipMode : Enum
Fields
All
Declaration
public const FlipMode All
Field Value
Label
Declaration
public const FlipMode Label
Field Value
None
Declaration
public const FlipMode None
Field Value
Port
Declaration
public const FlipMode Port
Field Value