ISVGStylable interface

Represents an object that you can style.

Members

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

  • Properties

Properties

The ISVGStylable interface has these properties.

Property Access type Description

ISVGStylable::className

Read-only

Gets the names of the classes that are assigned to this object.

 

Remarks

The ISVGStylable interface is implemented by objects that represent SVG elements that can have style, class, and presentation attributes.

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