endProgress property

Sets and retrieves the end progress value.

Syntax

HRESULT value = object.put_endProgress(VARIANT endProgress);HRESULT value = object.get_endProgress(VARIANT* endProgress);

Property values

Type: VARIANT

the percentage at which the transition is complete.

Remarks

Start progress must be less than or equal to end progress or else the start and end progress is treated as 0.0 and 1.0, respectively.