Class FlipDirection
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
Inheritance
System.Object
FlipDirection
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class FlipDirection : Enum
Fields
Both
Declaration
public const FlipDirection Both
Field Value
Horizontal
Declaration
public const FlipDirection Horizontal
Field Value
None
Declaration
public const FlipDirection None
Field Value
Vertical
Declaration
public const FlipDirection Vertical
Field Value