Int32Rect.X 屬性

定義

取得或設定矩形左上角的 X 座標。

public:
 property int X { int get(); void set(int value); };
public int X { get; set; }
member this.X : int with get, set
Public Property X As Integer

屬性值

Int32

矩形左上角的 X 座標。 預設值為 0

適用於