FlipDirection API in JavaScript (ES5) Diagram API control
Defines how the diagram elements have to be flipped with respect to its immediate parent
- FlipHorizontal - Translate the diagram element throughout its immediate parent
- FlipVertical - Rotate the diagram element throughout its immediate parent
- Both - Rotate and Translate the diagram element throughout its immediate parent
- None - Set the flip Direction as None
Both
- Both - Rotate and Translate the diagram element throughout its immediate parent
Horizontal
- FlipHorizontal - Translate the diagram element throughout its immediate parent
None
- None - Set the flip Direction as None
Vertical
- FlipVertical - Rotate the diagram element throughout its immediate parent
Thank you for your feedback and comments.We will rectify this as soon as possible!