Skip to the content.

ShadowBox component

This component shows a rectangle with a configurable drop shadow and colouring edge.

Notes

Align the shadow with your controls (v1.1)

Use the MarginLeft, MarginRight, MarginTop and MarginBottom output parameters to fit your shadow easily to your desired control. For instance, let’s say you have a control called cmpColorPicker to which you’d like to apply a shadow:

Properties

Here are the properties available to configure the box:

Input

Examples

Drop shadow placed behind a text input box:

TextInputDropShadow

Nice visual cards where some text and icon controls have been placed in front of the shadow box:

VisualCard1

VisualCard2

Shadows for buttons:

VisualCard3

RoundedShadowBox

Playing with the Radius option of the Box parameter, you can easily produce a perfect circle shadow:

CircleShadowBox

HISTORY changes

v1.0 [ 10-oct-2019 ]

v1.1 [ 01-dec-2019 ]

v2.0 [ 20-sep-2021 ]