HwndSourceParameters.PositionY Property

Definition

Gets or sets the upper-edge position of the window.

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

Property Value

The upper-edge position of the window. The default is CW_USEDEFAULT, as processed by CreateWindow.

Applies to

See also