MindFusion.Wpf Pack Programmer's Guide
Diagram.RestrictItemsToBounds Property
See Also
 





Gets or sets a value indicating whether users are allowed to place items outside the scrollable area of the diagram.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public RestrictToBounds RestrictItemsToBounds { get; set; }

Visual Basic  Copy Code

Public Property RestrictItemsToBounds As RestrictToBounds

 Property Value

A member of the RestrictToBounds enumeration. The default is Intersection.

 Remarks

Use this property to specify whether diagram elements can be drawn or moved outside the document area. It is possible to specify that items have to be entirely inside, partly outside or there is no restriction.

If there is no restriction and AutoResize is disabled, users could place an item to a position where they cannot reach it by scrolling. That might be interpreted as an item deletion operation by handling the NodeModified event and deleting the item if it is outside the document boundaries.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
Bounds Property
AutoResize Property