StepSize Property (FlexNumericStepper)

Action

Gets the non-zero unit of change between values.

The value property must be a multiple of this number. The default value is 1.

Syntax

C#
protected Double stepSize { get; }
VB
'Declaration
Protected Read Property stepSize As Double

Access

Read only.