ISVGElement interface

Defines the base interface for all SVG DOM interfaces that correspond directly to elements in the SVG language.

Members

The ISVGElement interface inherits from the IDispatch interface. ISVGElement also has these types of members:

  • Properties

Properties

The ISVGElement interface has these properties.

Property Access type Description

ISVGElement::focusable

Read/write

Determines if an element can acquire keyboard focus (that is, receive keyboard events) and be a target for field-to-field navigation actions (such as when a user presses the Tab key).

ISVGElement::ownerSVGElement

Read/write

Gets the nearest ancestor svg element.

ISVGElement::viewportElement

Read/write

Gets the element that established the current viewport.

ISVGElement::xmlbase

Read/write

Gets or sets the base attribute on the element.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch