Back to Devexpress

BringIntoViewMode Enum

corelibraries-devexpress-dot-diagram-dot-core-ea4aaf26.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public enum BringIntoViewMode
vb
Public Enum BringIntoViewMode

Members

NameDescription
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

DevExpress.Diagram.Core Namespace