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


The members of this enumeration specify whether the size of the document area should be automatically enlarged if needed, and to what direction it should be enlarged. These constants can be used as parameters of the Diagram.setAutoResize method of the Diagram class.

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

 Public Constructors

  Name Description

AutoResize

Initializes a new instance of the AutoResize class.

 Public Fields

  Name Description

AllDirections

Enlarge the document size to all directions.

None

Do not enlarge the document size automatically.

RightAndDown

Enlarge the document size only to the right and downwards.

 See Also

AutoResize Class
com.mindfusion.diagramming Namespace