The shadow applied to the button.
The color used to render the shadow can be modified through the ShadowColor property.
Supported values are the following:
Mnemonic constant
|
Value
|
Meaning
|
SHADOW_NONE
|
0 (default)
|
No shadow
|
SHADOW_SOLID
|
1
|
Solid shadow
|
SHADOW_HALFBLURRED
|
2
|
Half blurred shadow
|
SHADOW_BLURRED
|
3
|
Blurred shadow
|
|