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

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.v18.2.Core.dll

Declaration

public enum BringIntoViewMode

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