className property

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

 

Syntax

HRESULT value = object.get_className(ISVGAnimatedString** p);

Property values

Type: Object

A class name or set of class names. Multiple class names are separated by white space characters.

Standards information

Remarks

The ISVGStylable::className property gets the names of the classes that are assigned to this object. The object belongs to these classes. Several object instances can share a class name.

The ISVGStylable::className property has several roles:

  • As a style sheet selector (when you want to assign style information to a set of elements).
  • For general purpose browser processing.