AnnotatedScrollBar.SmallChange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.