menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FlipDirection - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved