Class EndPointVisuals
Contains static GraphicsPath objects that can be used for the visual representation of ports.
Inheritance
System.Object
EndPointVisuals
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class EndPointVisuals
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 |