Property LargeChange
| Edit this page View SourceLargeChange
Gets or sets a number that is added to or subtracted from Value when a large change is made, such as with the PageUp and PageDown keys.
Declaration
public T LargeChange { get; set; }
Property Value
Type | Description |
---|---|
T | A number that is added to or subtracted from Value when a large change is made, such as with the PageUp and PageDown keys. The default is 10. |