DiagramControl.ScrollToPoint(PointFloat, Nullable<HorzAlignment>, Nullable<VertAlignment>) Method
In This Article
Scrolls the diagram to the specified point.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
public void ScrollToPoint(
PointFloat diagramPoint,
HorzAlignment? horizontalAlignment = HorzAlignment.Center,
VertAlignment? verticalAlignment = VertAlignment.Center
)
#Parameters
Name | Type | Description |
---|---|---|
diagram |
Point |
A Point |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
horizontal |
Nullable<Horz |
2 | A Horz |
vertical |
Nullable<Vert |
2 | A Vert |
See Also