menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum PortVisibility - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum PortVisibility

    Defines when the Port should be visible.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    [Flags]
    public enum PortVisibility

    Fields

    Name Description
    Collapse

    Port shouldnot visible for the DiagramElement.

    Default

    Port is Visible on the Connecting the connector, over the other DiagramElement where port presents within the DiagramElement.

    MouseOver

    Specifies to visible the port when the mousehover the DiagramElement.

    MouseOverOnConnect

    Port is Visible on the Connecting the connector, over the other DiagramElement where port presents within the DiagramElement.

    ValidConnection

    Specifies to visible the port when the mousehover the DiagramElement and enable the PortConstraints as InConnect and Outconnect.

    Visible

    Port is visible for the DiagramElement.

    Extension Methods

    DiagramExtensions.Contains(PortVisibility)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved