Gets or sets the step to scroll with when using the buttons.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public double Step { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Step As Double |
A double value. The default is 1.
See Also