menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class 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

    Inheritance
    System.Object
    FlipMode
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class FlipMode : Enum

    Fields

    All

    Declaration
    public const FlipMode All
    Field Value
    Type
    FlipMode

    Label

    Declaration
    public const FlipMode Label
    Field Value
    Type
    FlipMode

    LabelAndLabelText

    Declaration
    public const FlipMode LabelAndLabelText
    Field Value
    Type
    FlipMode

    LabelText

    Declaration
    public const FlipMode LabelText
    Field Value
    Type
    FlipMode

    None

    Declaration
    public const FlipMode None
    Field Value
    Type
    FlipMode

    Port

    Declaration
    public const FlipMode Port
    Field Value
    Type
    FlipMode

    PortAndLabel

    Declaration
    public const FlipMode PortAndLabel
    Field Value
    Type
    FlipMode

    PortAndLabelText

    Declaration
    public const FlipMode PortAndLabelText
    Field Value
    Type
    FlipMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved