Layer.clip.width (Property)

The width of a layer's clip region.

Availability:

JavaScript - 1.2
Netscape - 4.0
Deprecated
Property/method value type:Number primitive
JavaScript syntax:NmyLayer.clip.width
NmyRect.width

The clip region is defined by an extent rectangle that surrounds the space occupied by it on the screen. An extent rectangle is that smallest rectangle that completely encloses the item. This property specifies the width of that extent rectangle.

Warnings:

See also:Clip.width, Rect.width