BringIntoViewMode Enum
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
Declaration
Members
Name | Description |
---|---|
ShowAll
|
Bring all specified items into view. |
AllowPartialVisibility
|
Do not bring all specified items into view if at least one of them is already visible. |
See Also