This documentation is archived and is not being maintained.
bottom property
Set or retrieves the bottom coordinate of the rectangle surrounding the object content.
Syntax
HRESULT value = object.put_bottom( v);HRESULT value = object.get_bottom(* p);
Property values
Type: long
the bottom coordinate of the rectangle, in pixels.
See also
- Reference
-
IHTMLRect::left
-
IHTMLRect::right
-
IHTMLRect::top
-
TextRectangle