Skip to main content

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

NuGet Package: DevExpress.Diagram.Core

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