Style.borderWidth Property

SharePoint Designer Developer Reference

Returns or sets a String that represents the thickness of the left, right, top, and bottom borders for the specified object.

Syntax

expression.borderWidth

expression   Required. A variable that represents a Style object.

Remarks

You can set the borderWidth property to one of the following String values:

Value Description
medium Border is the default width.
thin Border is less than the default width.
thick Border is greater than the default width.
value Floating-point number, followed by an absolute units designator (cm, mm, in, pt, pc, or px) or a relative units designator (em or ex).

See Also