DiagramLite Programmer's Guide
AutoResize Enumeration
See Also
 





Defines in which directions automatic resizing can enlarge the diagram scrollable area.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public enum AutoResize

Visual Basic  Copy Code

Public Enum AutoResize

 Members

  Member name Description

AllDirections

Enlarge the diagram area in any direction if an item is moved outside the boundaries.

None

Do not enlarge the diagram area automatically.

RightAndDown

Enlarge the diagram area to the right and down if an item is moved outside the boundaries in these directions.

 See Also

MindFusion.Diagramming Namespace