The window's initial Y position.
Read-write property
[Visual Basic .NET] |
---|
Public Property Y() As Integer |
[C#] |
---|
public int Y {get; set;} |
[Managed C++] |
---|
public: __property int get_Y(); |
[Unmanaged C++] |
---|
public: HRESULT get_Y( int * pPosY ); public: HRESULT put_Y( int PosY ); |
[Java] |
---|
public Integer getY(); public void setY( Integer ); |