Share via


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

适用于