Scrolls the diagram and changes its zoom factor to bring the selected diagram items into view.
Namespace:DevExpress.Xpf.Diagram
Assembly:DevExpress.Xpf.Diagram.v19.2.dll

Syntax
C# |
public void BringSelectionIntoView(
BringIntoViewMode viewMode
)
|
VB |
Public Sub BringSelectionIntoView(
ByVal viewMode As BringIntoViewMode
)
|

See Also