Gets or sets the scroll offset added when users click the pan arrows.
Namespace: MindFusion.Common.WinForms
Assembly: MindFusion.Common.WinForms
SyntaxC#
Copy Code
|
|---|
public float ScrollStep { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ScrollStep As Single |
A float value specifying the scroll offset. The default value is 10.
See Also