AppRect Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |