Search
DiagramView.scrollY Property
See Also
 





Gets or sets the diagram's vertical scroll position.

Namespace: MindFusion.Diagramming
Package: DiagramView.js

 Syntax

JavaScript  Copy Code

get scrollY() {}
set scrollY(value) {}

 Property Value

Number

A number specifying the vertical scroll position in the current unit of measure.

 See Also