A collection of Custom Attributes
public sealed class SvgCustomAttributeCollection : Dictionary<string, string>, IDictionary<string, string>, ICollection<KeyValuePair<string, string>>, IReadOnlyDictionary<string, string>, IReadOnlyCollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
kind:method, kind:property, kind:ctor. Press Esc to clear.SvgCustomAttributeCollection(SvgElement)Initialises a new instance of a SvgAttributeCollection with the given SvgElement as the owner.Item[String]Gets the attribute with the specified name.AttributeChangedFired when an Atrribute has changed