Scrolls the view to specified position.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public void ScrollTo ( |
Visual Basic
Copy Code
|
|---|
Public Sub ScrollTo( _ |
The point on the y-axis of the diagram, in current MeasureUnit, to which the view should be scrolled.
See Also