clipBottom property
Gets the bottom coordinate of the object clipping region.
Syntax
HRESULT value = object.get_clipBottom(* p);
Property values
Type: VARIANT
-
The bottom side of object is fully exposed—that is, the bottom side is not clipped.
-
Floating-point number, followed by a supported length unit.
See also
- Reference
- IHTMLCSSStyleDeclaration::clip
- IHTMLCSSStyleDeclaration::clipLeft
- IHTMLCSSStyleDeclaration::clipRight
- IHTMLCSSStyleDeclaration::clipTop
Show: