Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

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

The ISVGElement interface has these properties.

PropertyAccess typeDescription

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

 

 

Build date: 11/12/2012

Community Additions

© 2013 Microsoft. All rights reserved.