AppRect Class

Definition

Representation of a view elements position and size.

public class AppRect : Xamarin.UITest.Queries.IRect
type AppRect = class
    interface IRect
Public Class AppRect
Implements IRect
Inheritance
AppRect
Implements

Constructors

AppRect()

Properties

CenterX

The X coordinate of the center of the element.

CenterY

The Y coordinate of the center of the element.

Height

The height of the element.

Width

The width of the element.

X

The X coordinate of the top left corner of the element.

Y

The Y coordinate of the top left corner of the element.

Methods

ToString()

Returns a String that represents the current AppRect.

Applies to