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. |