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
SyntaxC#
Copy Code
|
|---|
public double SmallChange { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SmallChange As Double |
A double value specifying the step.
See Also