ASP.NET Pack Programmer's Guide
LinkShape Members
Constructors Fields
 


The members of this enumeration specify what type of segments an arrow should consist of and how the segments are related one to another. These constants can be used as parameters of the DiagramLink.setShape method of the DiagramLink class.

The following tables list the members exposed by the LinkShape type.

 Public Constructors

  Name Description

LinkShape

 

 Public Fields

  Name Description

Bezier

The arrow segments are Bezier curves. Each two adjacent segments share a control point. The joins between segments are always kept smooth.

Cascading

The arrow consists of straight line segments. All segments are either horizontal or vertical, where each two adjacent segments are orthogonal one to the other.

Polyline

The arrow consists of straight line segments.

 See Also

LinkShape Class
com.mindfusion.diagramming Namespace