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