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

适用于