Share via


startProgress property

Sets and retrieves the start progress value.

Syntax

HRESULT value = object.put_startProgress(VARIANT startProgress);HRESULT value = object.get_startProgress(VARIANT* startProgress);

Property values

Type: VARIANT

the percentage at which the transition begins.

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.