Search
RestrictToBounds Enumeration
See Also
 





Specifies a restriction of the position of items relatively to the diagram bounds.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum RestrictToBounds

Visual Basic  Copy Code

Public Enum RestrictToBounds

 Members

  Member name Description

NoRestriction

No restriction on the position of items.

Intersection

Items must be located at least partially inside the document extents.

InsideOnly

Items must be located entirely inside the document extents.

 Remarks

This enumeration specifies the possible values of the RestrictItemsToBounds property.

 See Also