Search
ZoomControl.ScrollStep Property
See Also
 





Gets or sets the scroll offset added when users click the pan arrows.

Namespace: MindFusion.Common.WinForms
Assembly: MindFusion.Common.WinForms

 Syntax

C#  Copy Code

public float ScrollStep { get; set; }

Visual Basic  Copy Code

Public Property ScrollStep As Single

 Property Value

A float value specifying the scroll offset. The default value is 10.

 See Also