Search
SpinnerComponent.SmallStep Property
See Also
 





Gets or sets the amount to add or subtract from the spinner value when the adjustment buttons are clicked or when the up or down arrow keys are pressed while the spinner has focus.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float SmallStep { get; set; }

Visual Basic  Copy Code

Public Property SmallStep As Single

 Property Value

A float value.

 See Also