Back to Devexpress

DiagramControl.BringSelectionIntoView(BringIntoViewMode) Method

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-dot-bringselectionintoview-x28-devexpress-dot-diagram-dot-core-dot-bringintoviewmode-x29.md

latest1.8 KB
Original Source

DiagramControl.BringSelectionIntoView(BringIntoViewMode) Method

Scrolls the diagram and changes its zoom factor to bring the selected diagram items into view.

Namespace : DevExpress.Xpf.Diagram

Assembly : DevExpress.Xpf.Diagram.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public void BringSelectionIntoView(
    BringIntoViewMode viewMode = BringIntoViewMode.ShowAll
)
vb
Public Sub BringSelectionIntoView(
    viewMode As BringIntoViewMode = BringIntoViewMode.ShowAll
)

Optional Parameters

NameTypeDefaultDescription
viewModeBringIntoViewModeShowAll

A BringIntoViewMode enumeration value that specifies whether all items should be brought into view when other items are partially visible.

|

See Also

BringItemsIntoView(IEnumerable<DiagramItem>, BringIntoViewMode)

BringIntoViewMargin

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace