Share via


AnnotatedScrollBar.SmallChange Property

Definition

Gets or sets the offset delta by which the AnnotatedScrollBar scrolls when using the up and down arrow buttons.

public:
 property double SmallChange { double get(); void set(double value); };
double SmallChange();

void SmallChange(double value);
public double SmallChange { get; set; }
var double = annotatedScrollBar.smallChange;
annotatedScrollBar.smallChange = double;
Public Property SmallChange As Double

Property Value

Double

double

The offset delta by which the AnnotatedScrollBar scrolls when using the up and down arrow buttons.

Applies to