Class PortShapes
Defines the shape of the ports
X - Sets the decorator shape as X
Circle - Sets the decorator shape as Circle
Square - Sets the decorator shape as Square
Custom - Sets the decorator shape as Custom
Inheritance
System.Object
PortShapes
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class PortShapes : Enum
Fields
Circle
Declaration
public const PortShapes Circle
Field Value
Custom
Declaration
public const PortShapes Custom
Field Value
Square
Declaration
public const PortShapes Square
Field Value
X
Declaration
public const PortShapes X
Field Value