DiagramControl.BringItemsIntoView(IEnumerable<DiagramItem>, BringIntoViewMode) Method
Scrolls the diagram and changes its zoom factor to bring the specified diagram items into view.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
public void BringItemsIntoView(
IEnumerable<DiagramItem> items,
BringIntoViewMode viewMode = BringIntoViewMode.ShowAll
)
Parameters
Name | Type | Description |
---|---|---|
items | IEnumerable<DiagramItem> | The diagram items to be brought into view. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
viewMode | BringIntoViewMode | ShowAll | A BringIntoViewMode enumeration value that specifies whether all items should be brought into view when other items are partially visible. |
See Also