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 |
---|---|---|
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). |
|
Read/write |
Gets the nearest ancestor svg element. |
|
Read/write |
Gets the element that established the current viewport. |
|
Read/write |
Gets or sets the |
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 |