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


The members of this enumeration specify how the alignment grid should be drawn on the screen. These constants can be used as arguments of the Diagram.setGridStyle method of the Diagram class.

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

 Public Constructors

  Name Description

GridStyle

 

 Public Fields

  Name Description

Lines

The grid is drawn as a series of crossing horizontal and vertical lines.

Points

The alignment grid is drawn as a matrix of points.

 See Also

GridStyle Class
com.mindfusion.diagramming Namespace