AppRect 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檢視專案位置和大小的表示。
public class AppRect : Xamarin.UITest.Queries.IRect
type AppRect = class
interface IRect
Public Class AppRect
Implements IRect
- 繼承
-
AppRect
- 實作
建構函式
AppRect() |
檢視專案位置和大小的表示。 |
屬性
CenterX |
專案中央的 X 座標。 |
CenterY |
專案中央的 Y 座標。 |
Height |
元素的高度。 |
Width |
專案的寬度。 |
X |
元素左上角的 X 座標。 |
Y |
元素左上角的 Y 座標。 |
方法
ToString() |