Bottom Property (Bounds Objects)

Applies to TestComplete 15.63, last modified on April 23, 2024

Description

Use Bottom property to locate the second vertical coordinate of the bounds rectangle.

Declaration

TestObj.Bottom

Read-Only Property Integer
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

To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.

Property Value

The value in pixels indicating the y-coordinate of the element’s lower-right corner.

Remarks

If TestObj refers to an object of a non-DPI-aware application running with a DPI setting other than 100%, the property returns a value relative to the application (as if the application was running with the 100% DPI setting).

See Also

Top Property (Bounds Objects)
Left Property (Bounds Objects)
Right Property (Bounds Objects)

Highlight search results