Step_: Decimal;
@Step: decimal;
The Step_ property determines value of the STEP parameter in binding string.
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.
The property use is given in the example for IBindingDecimalSlider.MaxValue.
See also: