Gets or sets the amount to add to scroll position from scrollbar arrow event handlers.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public double ScrollClickDelta { get; set; } |
Visual Basic Copy Code |
---|
Public Property ScrollClickDelta As Double |
A double value specifying how many units to scroll when users click scrollbar arrows. The default value is 4.
WpfDiagram Programmer's Guide | © 2024 MindFusion |