Search
DiagramView.scrollZoneSize Property
See Also
 





Gets or sets the size of the auto scroll zone near the edges of the control.

Namespace: MindFusion.Diagramming
File: DiagramView.js

 Syntax

JavaScript  Copy Code

get scrollZoneSize() {}
set scrollZoneSize(value) {}

 Property Value

Number

A number specifying the size of the auto scroll zone. The default value is 8.

 See Also