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
- IHTMLRuleStyle::clip
- IHTMLCurrentStyle::clipBottom
- IHTMLCurrentStyle::clipRight
- IHTMLCurrentStyle::clipTop
Show: