Class PortVisualType
Contains PortVisual predefined types
Inheritance
System.Object
PortVisualType
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public sealed class PortVisualType : Enum
Fields
CirclePort
Port will be drawn in circle format.
Declaration
public const PortVisualType CirclePort
Field Value
| Type |
|---|
| PortVisualType |
Custom
Port will be drawn in custom format.
Declaration
public const PortVisualType Custom
Field Value
| Type |
|---|
| PortVisualType |
RhombPort
Port will be drawn in rhombus format.
Declaration
public const PortVisualType RhombPort
Field Value
| Type |
|---|
| PortVisualType |
SquarePort
Port will be drawn in square format.
Declaration
public const PortVisualType SquarePort
Field Value
| Type |
|---|
| PortVisualType |
Triangleport
Port will be drawn in triangle format.
Declaration
public const PortVisualType Triangleport
Field Value
| Type |
|---|
| PortVisualType |
XPort
Port will be drawn in X format.
Declaration
public const PortVisualType XPort
Field Value
| Type |
|---|
| PortVisualType |