IBindingDecimalSlider.MinValue

Syntax

MinValue: Decimal;

Description

The MinValue property determines value of the MINVAL parameter in binding string.

Comments

The MINVAL parameter determines slider's minimum value. The minimum value should be less than the maximum value set in the IBindingDecimalSlider.MinValue property.

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

Example

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

See also:

IBindingDecimalSlider