HwndSourceParameters.PositionX 屬性

定義

取得或設定視窗的左邊緣位置。

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

屬性值

視窗的左邊緣位置。 預設為 CW_USEDEFAULT,如 所 CreateWindow 處理。

適用於

另請參閱