Table of Contents

Property SmallChange

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SmallChange

Gets or sets the value added to or subtracted from the Value property when the scroll box is moved a small distance.

public virtual int SmallChange { get; set; }

Property Value

int

A numeric value. The default value is 1.

Exceptions

ArgumentException

The assigned value is less than 0.