setShadowPosition Method

Microsoft FrontPage Visual Basic

setShadowPosition Method

Sets the position of the drop shadow border for a layout cell or cell formatting table.

expression.setShadowPosition(pszType)

expression    Required. An expression that returns an FPLayoutRegion object.

pszType    Required String. Specifies where to place the drop shadow. Can be one of the following String values: "top-left", "top-right", "bottom-left", "bottom-right", or "none".

Remarks

Use the getShadowPosition method to return the position of the drop shadow border for a layout cell or cell formatting table.