enableBackground property
Allocate a shared background image all graphic elements within a container.
This property is read/write.
![]() ![]() |
Syntax
HRESULT put_enableBackground( [in] DOMString val ); HRESULT get_enableBackground( [out] DOMString **ptr );
Property values
Type: DOMString
String format
accumulate | new [
<x>
<y>
<width>
<height>
]? | inherit
CSS information
| Applies To | container elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value | accumulate |
Standards information
- Scalable Vector Graphics: Filter Effects, Section 15.6
Remarks
The optional <x>,<y>,<width>,<height> parameters on the new value are numeric values that indicate the subregion of the container element's user space where access to the background image is allowed to happen. These parameters enable the SVG user agent potentially to allocate smaller temporary image buffers than the default values.
Requirements
|
IDL |
|
|---|
Show:

