The y-coordinate of the top edge of this rectangle.
Read-only property
[Visual Basic .NET] |
---|
Public Property Top() As Integer |
[C#] |
---|
public int Top {get;} |
[Managed C++] |
---|
public: __property int get_Top(); |
[Unmanaged C++] |
---|
public: HRESULT get_Top( |
[Java] |
---|
public int getTop(); |
The value is expressed in control coordinates.
[Visual Basic .NET] | ![]() | |
---|---|---|
|