Int32Rect.Y 屬性

定義

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

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

屬性值

Int32

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

適用於