Class EndPointVisuals
Contains static GraphicsPath objects that can be used for the visual representation of ports.
Inheritance
System.Object
EndPointVisuals
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class EndPointVisuals : Object
Constructors
EndPointVisuals()
Declaration
public EndPointVisuals()
Properties
Circle
Gets circle visual.
Declaration
public static GraphicsPath Circle { get; }
Property Value
| Type |
|---|
| System.Drawing.Drawing2D.GraphicsPath |
ClosedArrow
Gets closed arrow visual.
Declaration
public static GraphicsPath ClosedArrow { get; }
Property Value
| Type |
|---|
| System.Drawing.Drawing2D.GraphicsPath |
Diamond
Gets diamond visual.
Declaration
public static GraphicsPath Diamond { get; }
Property Value
| Type |
|---|
| System.Drawing.Drawing2D.GraphicsPath |
OpenArrow
Gets open arrow visual.
Declaration
public static GraphicsPath OpenArrow { get; }
Property Value
| Type |
|---|
| System.Drawing.Drawing2D.GraphicsPath |