The y-coordinate of the bottom edge of this line.
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( OLE_YPOS_PIXELS * pVal ); |
[Java] |
---|
public int getBottom(); |