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


The members of this enumeration specify what marks should be drawn where the anchor points of a node are located. These constants can be used as parameters of the constructors and the AnchorPoint.setMarkStyle method of the AnchorPoint class.

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

 Public Constructors

  Name Description

MarkStyle

Initializes a new instance of the MarkStyle class.

 Public Fields

  Name Description

Circle

Draw a circle at the anchor point location.

Cross

Draw a cross at the anchor point location.

Custom

Custom-draw the anchor point.

None

No visual indication for the anchor point.

Rectangle

Draw a rectangle at the anchor point location.

X

Draw an X at the anchor point location.

 See Also

MarkStyle Class
com.mindfusion.diagramming Namespace