Table of Contents

Method HandleAttributeChange

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

HandleAttributeChange(XmlAttribute)

This function allows each element to handle it's own behaviors for attribute changing. By default, the cached computed style is invalidated because most attributes refer to style properties.

public override void HandleAttributeChange(XmlAttribute attribute)

Parameters

attribute XmlAttribute

The attribute that is changing.