corelibraries-devexpress-dot-diagram-dot-core-1cd1d4f2.md
Lists the values used to specify the behavior when the end-user moves items close to the container boundaries.
Namespace : DevExpress.Diagram.Core
Assembly : DevExpress.Diagram.v25.2.Core.dll
NuGet Package : DevExpress.Diagram.Core
public enum AdjustBoundaryBehavior
Public Enum AdjustBoundaryBehavior
| Name | Description |
|---|---|
None |
Neither the items position nor the container boundaries are auto adjusted when the end-user attempts to move items close to the container boundaries.
|
| AutoAdjust |
When the end-user attempts to move items close to the container boundaries, the boundaries are automatically expanded to fit items.
|
| DisableOutOfBounds |
When the end-user attempts to move items close to the container boundaries, the item position is automatically adjusted to fit inside the container.
|
The following properties accept/return AdjustBoundaryBehavior values:
| Library | Related API Members |
|---|---|
| WinForms Controls | DiagramContainerBase.AdjustBoundsBehavior |
| WPF Controls | DiagramContainerBase.AdjustBoundsBehavior |
Values listed by this enumeration are used to set the following properties: DiagramContainerBase.AdjustBoundsBehavior, DiagramContainerBase.AdjustBoundsBehavior.
See Also