Enum 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
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.AspNetMvc.Diagram.dll
Syntax
public enum FlipMode
Fields
| Name |
|---|
| All |
| Label |
| LabelAndLabelText |
| LabelText |
| None |
| Port |
| PortAndLabel |
| PortAndLabelText |