Updates the node's scroll position from scrollbar's value.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
void UpdateScrollPosition ( |
Visual Basic
Copy Code
|
|---|
Sub UpdateScrollPosition( _ |
A double value specifying scroll offset.
true if scrolling using a vertical scrollbar, or false if horizontal one.
See Also