Class FlipMode
Allows you to flip only the node or along with port, label, labelText
All - Flips port, label and label text along with the node
Label - Flips the label along with the node and keeps the text readable
LabelText – Flips the node and inverts the label without flipping its position
Port - Flips port along with the node
None - Flips only the node
PortAndLabel – Flips the port and label along with the node
PortAndLabelText – Flips the port and label text along with the node
LabelAndLabelText – Flips the label and label text along with 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
LabelAndLabelText
Declaration
public const FlipMode LabelAndLabelText
Field Value
LabelText
Declaration
public const FlipMode LabelText
Field Value
None
Declaration
public const FlipMode None
Field Value
Port
Declaration
public const FlipMode Port
Field Value
PortAndLabel
Declaration
public const FlipMode PortAndLabel
Field Value
PortAndLabelText
Declaration
public const FlipMode PortAndLabelText
Field Value