IBindingDecimalSlider.Step_

Fore Syntax

Step_: Decimal;

Fore.NET 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 minimum and maximum value.

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.

Fore and Fore.NET Examples

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

See also:

IBindingDecimalSlider