Gets or sets the amount by which to auto-scroll the view when the mouse leaves the view boundaries while drawing.
Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc
SyntaxC#
Copy Code
|
|---|
public float AutoScrollAmount { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AutoScrollAmount As Single |
A number specifying the amount by which to auto-scroll.
See Also