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