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