Share via


FrameElement.frameBorder Property

SharePoint Designer Developer Reference

Returns or sets a String that represents whether a border, if present, is drawn as a three-dimensional frame. Corresponds to the frameborder attribute for a FRAME element.

Syntax

expression.frameBorder

expression   Required. A variable that represents a FrameElement object.

Remarks

The String value for the frameBorder property can be one of the following:

Value Description
0 No border.
1 Draws an inset border.
no No border.
yes Draws an inset border.

See Also