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

プロパティ値

四角形の左上隅の y 座標。 既定値は 0 です。

適用対象