Class SvgElementAttribute
Specifies the SVG name of an SvgElement.
Inherited Members
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.Module)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type)
System.Attribute.IsDefaultAttribute()
System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean)
System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type)
System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean)
System.Attribute.Match(System.Object)
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Svg
Assembly: Svg.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public sealed class SvgElementAttribute : Attribute
Constructors
| Improve this Doc View SourceSvgElementAttribute(String)
Initializes a new instance of the SvgElementAttribute class with the specified element name;
Declaration
public SvgElementAttribute(string elementName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | elementName | The name of the SVG element. |
Properties
| Improve this Doc View SourceElementName
Gets the name of the SVG element.
Declaration
public string ElementName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |