Conversion Property (FlexProgressBar)

Action

Gets the number used to convert incoming current bytes loaded value and the total bytes loaded values.

Flex divides the current and total values by this property and uses the closest integer that is less than or equal to each value in the label string. A value of 1 does no conversion.

The default value is 1.

Syntax

C#
protected Double conversion { get; }
VB
'Declaration
Protected Read Property conversion As Double

Access

Read only.