Back to Devexpress

AdjustBoundaryBehavior Enum

corelibraries-devexpress-dot-diagram-dot-core-1cd1d4f2.md

latest2.0 KB
Original Source

AdjustBoundaryBehavior Enum

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

Declaration

csharp
public enum AdjustBoundaryBehavior
vb
Public Enum AdjustBoundaryBehavior

Members

NameDescription
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:

LibraryRelated API Members
WinForms ControlsDiagramContainerBase.AdjustBoundsBehavior
WPF ControlsDiagramContainerBase.AdjustBoundsBehavior

Remarks

Values listed by this enumeration are used to set the following properties: DiagramContainerBase.AdjustBoundsBehavior, DiagramContainerBase.AdjustBoundsBehavior.

See Also

DevExpress.Diagram.Core Namespace