enableBackground property

Allocate a shared background image all graphic elements within a container.

This property is read/write.

Scalable Vector Graphics: Filter Effects, Section 15.6Internet Explorer 10

 

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 Tocontainer elements
Mediavisual
Inheritedno
Initial Valueaccumulate

Standards information

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

Mshtml.idl

 

 

Show: