IBindingDecimalSlider.Step_

Syntax

Step_: Decimal;

Description

The Step_ property determines value of the STEP parameter in binding string.

Comments

The STEP parameter determines slider value change step. Change step should be set in the range between the minimum and maximum values.

The Step_ property value is taken into account if the IBindingDecimalSlider.StepDefined property is set to True. If the Step_ property value is changed, the IBindingDecimalSlider.StepDefined property is automatically set to True.

Example

The property use is given in the example for IBindingDecimalSlider.MaxValue.

See also:

IBindingDecimalSlider