boxShadow property
Specifies one or more set of shadow values that attaches one or more drop shadows to the current box.
![]() ![]() |
Syntax
Integer value = object.put_boxShadow( v);Integer value = object.get_boxShadow(* sShadow);
Property values
Type: BSTR
none (none)
-
Initial value. Indicates there is no shadow.
shadow (shadow)
-
A comma-separated list of shadows, each specified by two to four nonzero length values, an optional color, and an optional inset keyword. See Remarks for specific information about usage.
String format
none |
<shadow>
[ ,
<shadow>
* ]
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value | none |
Standards information
- CSS Backgrounds and Borders Module Level 3, Section 7.2
Requirements
|
Minimum supported client | Windows Vista with SP1, Windows 7 |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Build date: 11/12/2012

