DiagramControl.ScrollToPoint(Point, Nullable<HorizontalAlignment>, Nullable<VerticalAlignment>) Method
In This Article
Scrolls the diagram to the specified point.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
public void ScrollToPoint(
Point diagramPoint,
HorizontalAlignment? horizontalAlignment = HorizontalAlignment.Center,
VerticalAlignment? verticalAlignment = VerticalAlignment.Center
)
#Parameters
Name | Type | Description |
---|---|---|
diagram |
Point | A System. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
horizontal |
Nullable<Horizontal |
1 | A System. |
vertical |
Nullable<Vertical |
1 | A System. |
See Also