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
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class FlipDirection : Enum
Fields
Both
Both - Rotate and Translate the diagram element throughout its immediate parent
Declaration
public const FlipDirection Both
Field Value
Type |
---|
FlipDirection |
Horizontal
FlipHorizontal - Translate the diagram element throughout its immediate parent
Declaration
public const FlipDirection Horizontal
Field Value
Type |
---|
FlipDirection |
None
None - Set the flip Direction as None
Declaration
public const FlipDirection None
Field Value
Type |
---|
FlipDirection |
Vertical
FlipVertical - Rotate the diagram element throughout its immediate parent
Declaration
public const FlipDirection Vertical
Field Value
Type |
---|
FlipDirection |