MindFusion.Wpf Pack Programmer's Guide
NumericUpDown.SmallChange Property
See Also
 





Gets or sets the amount to increase or decrease the value with when the increment or decrement buttons are pressed. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  Copy Code

public double SmallChange { get; set; }

Visual Basic  Copy Code

Public Property SmallChange As Double

 Property Value

A double value specifying the step.

 See Also

NumericUpDown Members
NumericUpDown Class
MindFusion.UI.Wpf Namespace