Gets or sets the small change interval. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public double SmallChange { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SmallChange As Double |
A double value specifying the small change.
See Also