wPosition Property (Specific to Xamarin.Forms Stepper Controls)

Applies to TestComplete 15.62, last modified on March 19, 2024

Description

Use the wPosition property to get or set the value that is currently displayed in the stepper control. This value must be within the range wMinwMax (the bounds are included).

Declaration

TestObj.wPosition

Read-Write Property Double
TestObj A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section

Applies To

The property is applied to the following object:

View Mode

This property is available in the Object Browser panel and in other panels and dialogs in both Basic and Advanced view modes.

Property Value

A float value that is currently displayed in the stepper control.

Remarks

If you assign a value to wPosition and this value is greater than wMax (or less than wMin), it will be automatically replaced with wMax (or wMin) value, and an error message will be posted to the log.

See Also

wMax Property (Specific to Xamarin.Forms Stepper Controls)
wMin Property (Specific to Xamarin.Forms Stepper Controls)
List of Xamarin.Forms Controls
Testing Xamarin.Forms Applications (Legacy)

Highlight search results