Description

Adds a shadow to a rectangular shape widget.

(warning)  Only works on the web browser side.

See this online generator to get the desired result: http://www.cssmatic.com/box-shadow.

 

 Properties

  • h : Sets the horizontal offset of the shadow in pixels.
  • v : Sets the vertical offset of the shadow in pixels.
  • blur : Indicates the shadow blur value in pixels.
  • color : Sets the color of the shadow.
  • inset : If the value is false, the shadow will be a drop shadow (as if the box was raised above the content) and if the value is true, the shadow will be turned towards the inside of the frame (as if the content was embedded in the box).