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