Property SmallChange
| Edit this page View SourceSmallChange
Gets or sets a number that is added to or subtracted from Value when a small change is made, such as with an arrow key or scrolling.
Declaration
public T SmallChange { get; set; }
Property Value
Type | Description |
---|---|
T | A number that is added to or subtracted from Value when a small change is made, such as with an arrow key or scrolling. The default is 1. |