BringIntoViewMode Enum
In This Article
Lists the values used to specify whether all items should be brought into view by DiagramControl.BringItemsIntoView and DiagramControl.BringItemsIntoView methods when other items are partially visible.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.2.Core.dll
NuGet Package: DevExpress.Diagram.Core
#Declaration
#Members
Name | Description |
---|---|
Show
|
Bring all specified items into view. |
Allow
|
Do not bring all specified items into view if at least one of them is already visible. |
See Also