Questions related to drawing or setting shadows on an object. It refers to graphical shadow in user interfaces and 3D rendering and not to be confused with conceptual shadows (copies) of an object, library, database etc.
Questions tagged [shadow]
2031 questions
26
votes
3 answers
Creating a shadow around a canvas drawn shape?
What steps are required to create a shape e.g. rectangle with a shadow from scratch using a Canvas?
Adding a shadow layer to the paint used to draw the rectangle yielded no success.

mgibson
- 6,103
- 4
- 34
- 49
26
votes
1 answer
WPF window shadow effect
I am new to WPF technology. I have the following window declaration in WPF:

Victor
- 13,914
- 19
- 78
- 147
25
votes
4 answers
How to properly style a text area with inner shadows and scrollbar
I'm putting an inner-shadow on all my controls, inputs and textareas by using the following CSS:
input {
padding: 7px;
-webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
-moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
box-shadow: inset 2px…

Pablo Fernandez
- 279,434
- 135
- 377
- 622
25
votes
4 answers
box-shadow on bootstrap 3 container
I'm building a little website using bootstrap. The base structure looks like this: