Specifies the restriction of the position of an object as to the document extents.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public enum RestrictToBounds |
Visual Basic
![]() |
---|
Public Enum RestrictToBounds |
Member name | Description | |
---|---|---|
![]() |
InsideOnly |
Items must be located entirely inside the document extents. |
![]() |
Intersection |
Items must be located at least partially inside the document extents. |
![]() |
NoRestriction |
No restriction on the position of items. |
This enumeration specifies the possible values of the RestrictItemsToBounds property.
WpfDiagram Programmer's Guide | © 2025 MindFusion |