StepSize Property (IAWTScroller)

Action

Gets the unit increment value of the scroll bar.

Syntax

C#
protected Integer StepSize { get; }
VB
'Declaration
Protected Read Property StepSize As Integer

Access

Read only.

Examples

VB

Dim stepSize As Integer = scrollBar.StepSize