alexa
menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Enum PortVisibility

    Constraints to define when a port has to be visible Visible - Always shows the port Hidden - Always hides the port Hover - Shows the port when the mouse hovers over a node Connect - Shows the port when a connection end point is dragged over a node Default - By default the ports will be visible when a node is hovered and being tried to connect

    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.AspNetMvc.Diagram.dll
    Syntax
    public enum PortVisibility

    Fields

    Name Description
    Connect

    Shows the port when a connection end point is dragged over a node

    Hidden

    Always hides the port

    Hover

    Shows the port when the mouse hovers over a node

    Visible

    Always shows the port

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved