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
Name | Description |
---|---|
Attribute(string, string) | Sets or updates an attribute on an SVG element. |
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG