This topic has not yet been rated - Rate this topic

clipBottom property

Gets the bottom coordinate of the object clipping region.

Syntax

HRESULT value = object.get_clipBottom(* p);

Property values

Type: VARIANT

auto

The bottom side of object is fully exposed—that is, the bottom side is not clipped.

length

A floating-point number, followed by an absolute units designator (cm, mm, in, pt, or pc), or a relative units designator (em, ex, or px). For more information about the supported length units, see CSS Length Units.

See also

Reference
IHTMLRuleStyle::clip
IHTMLCurrentStyle::clipLeft
IHTMLCurrentStyle::clipRight
IHTMLCurrentStyle::clipTop

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.