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


The members of this enumeration specify what type of custom-drawing will be performed on an item. These constants can be used as parameters of the ShapeNode.setCustomDraw method of the ShapeNode class.

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

 Public Constructors

  Name Description

CustomDraw

 

 Public Fields

  Name Description

Additional

Performs custom drawing additional to the standard one.

Additional2

Perform custom drawing additional to the standard one.

Full

Do not execute any standard drawing code, but only custom one.

None

Standard drawing.

ShadowOnly

Custom draw only the item shadow.

 See Also

CustomDraw Class
com.mindfusion.diagramming Namespace