Property LargeChange
LargeChange
Gets or sets a value to be added to or subtracted from the Value property when the scroll box is moved a large distance.
public virtual int LargeChange { get; set; }
Property Value
- int
A numeric value. The default is 5.
Exceptions
- ArgumentException
The assigned value is less than 0.