Item[String] Property

Definition

Namespace Svg
Assembly Svg.Custom.dll

Gets the attribute with the specified name.

public string this[string attributeName] { get; set; }

Parameters

attributeName
String?

A String? containing the attribute name.

Returns

String?
The attribute value associated with the specified name; If there is no attribute the parent's value will be inherited.