A collection of Scalable Vector Attributes that can be inherited from the owner elements ancestors.
public sealed class SvgAttributeCollection : Dictionary<string, object>, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IReadOnlyDictionary<string, object>, IReadOnlyCollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
kind:method, kind:property, kind:ctor. Press Esc to clear.SvgAttributeCollection(SvgElement)Initialises a new instance of a SvgAttributeCollection with the given SvgElement as the owner.Item[String]Gets the attribute with the specified name.GetAttribute<TAttributeType>(String, TAttributeType)Gets the attribute with the specified name.GetInheritedAttribute<TAttributeType>(String, Boolean, TAttributeType)Gets the attribute with the specified name and inherits from ancestors if there is no attribute set.AttributeChangedFired when an Atrribute has changed