Search
DiagramView.AutoScrollAmount Property
See Also
 





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

 Syntax

C#  Copy Code

public double AutoScrollAmount { get; set; }

Visual Basic  Copy Code

Public Property AutoScrollAmount As Double

 Property Value

 See Also