Class PortVisibility
Defines when the Port should be visible.
Inheritance
System.Object
PortVisibility
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class PortVisibility : Enum
Fields
Collapse
Port shouldnot visible for the DiagramElement.
Declaration
public const PortVisibility Collapse
Field Value
Type |
---|
PortVisibility |
Default
Port is Visible on the Connecting the connector, over the other DiagramElement where port presents within the DiagramElement.
Declaration
public const PortVisibility Default
Field Value
Type |
---|
PortVisibility |
MouseOver
Specifies to visible the port when the mousehover the DiagramElement.
Declaration
public const PortVisibility MouseOver
Field Value
Type |
---|
PortVisibility |
MouseOverOnConnect
Port is Visible on the Connecting the connector, over the other DiagramElement where port presents within the DiagramElement.
Declaration
public const PortVisibility MouseOverOnConnect
Field Value
Type |
---|
PortVisibility |
ValidConnection
Specifies to visible the port when the mousehover the DiagramElement and enable the PortConstraints as InConnect and Outconnect.
Declaration
public const PortVisibility ValidConnection
Field Value
Type |
---|
PortVisibility |
Visible
Port is visible for the DiagramElement.
Declaration
public const PortVisibility Visible
Field Value
Type |
---|
PortVisibility |