ProgressBar.IsPrecision

Syntax

IsPrecision: Boolean

Description

The IsPrecision property determines if thousandths are used in calculations.

Comments

If the property is set to True, the component value changes with thousandth parts:

If the property is set to False (default), the component value changes ignoring thousandths:

Example

The property use is given on the page with description of the ProgressBar constructor.

See also:

ProgressBar