Search
DiagramView.ScrollClickDelta Property
See Also
 





Gets or sets the amount to add to scroll position from scrollbar arrow event handlers.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double ScrollClickDelta { get; set; }

Visual Basic  Copy Code

Public Property ScrollClickDelta As Double

 Property Value

A double value specifying how many units to scroll when users click scrollbar arrows. The default value is 4.

 See Also