Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

Declaration

public enum AdjustBoundaryBehavior

Members

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.

Related API Members

The following properties accept/return AdjustBoundaryBehavior values:

Library Related API Members
WinForms Controls DiagramContainerBase.AdjustBoundsBehavior
WPF Controls DiagramContainerBase.AdjustBoundsBehavior

Remarks

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

See Also