IAttributeSetter Interface

IAttributeSetter interface

Basic interface for setting attributes on SVG elements. This interface is a fundamental part of the SVG element builder system, allowing for the dynamic assignment of attributes to SVG elements.

public interface IAttributeSetter

Methods

NameDescription
Attribute(string, string)Sets or updates an attribute on an SVG element.

See Also