clipTop property
Gets the top coordinate of the object clipping region.
This property is read-only.
Syntax
HRESULT get_clipTop( [out, retval] VARIANT *p );
Property values
Type: VARIANT
-
The top side of object is fully exposed—that is, the top side is not clipped.
-
Floating-point number, followed by a supported length unit.
See also
- Reference
- IHTMLCSSStyleDeclaration::clip
- IHTMLCSSStyleDeclaration::clipBottom
- IHTMLCSSStyleDeclaration::clipLeft
- IHTMLCSSStyleDeclaration::clipRight
Show: