DiagramContainerBase.AdjustBoundsBehavior Property
In This Article
Specifies the behavior when the end-user moves items close to the container boundaries.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
[DefaultValue(AdjustBoundaryBehavior.AutoAdjust)]
[DiagramCategory(DiagramCategory.Behavior)]
public virtual AdjustBoundaryBehavior AdjustBoundsBehavior { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Adjust |
Auto |
A Adjust |
Available values:
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. |
Auto |
When the end-user attempts to move items close to the container boundaries, the boundaries are automatically expanded to fit items. |
Disable |
When the end-user attempts to move items close to the container boundaries, the item position is automatically adjusted to fit inside the container. |
See Also