IBindingDecimalSlider.Value

Syntax

Value: Decimal;

Description

The Value property determines values of the VALUE parameter in binding string.

Comments

The VALUE parameter determines default slider value. This value should be in the range between the minimum and maximum values.

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

Example

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

See also:

IBindingDecimalSlider