Table of Contents

Property ElementInstance

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

ElementInstance

Whenever an SvgElementInstance is created for an SvgElement this property is set. The value of this property is used by the renderer to dispatch events. SvgElements that are <use>d exist in a conceptual "instance tree" and the target of events for those elements is the conceptual instance node represented by the SvgElementInstance.

public ISvgElementInstance ElementInstance { get; set; }

Property Value

ISvgElementInstance
See Also