DiagramControl.BringItemsIntoView(IEnumerable<DiagramItem>, BringIntoViewMode) Method
In This Article
Scrolls the diagram and changes its zoom factor to bring the specified diagram items into view.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
public void BringItemsIntoView(
IEnumerable<DiagramItem> items,
BringIntoViewMode viewMode = BringIntoViewMode.ShowAll
)
#Parameters
Name | Type | Description |
---|---|---|
items | IEnumerable<Diagram |
The diagram items to be brought into view. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
view |
Bring |
Show |
A Bring |
See Also