Table of Contents

Class SvgElementAttribute

Namespace
Svg
Assembly
Svg.dll

Specifies the SVG name of an SvgElement.

[AttributeUsage(AttributeTargets.Class)]
public sealed class SvgElementAttribute : Attribute
Inheritance
SvgElementAttribute
Inherited Members

Constructors

SvgElementAttribute(string)

Initializes a new instance of the SvgElementAttribute class with the specified element name;

public SvgElementAttribute(string elementName)

Parameters

elementName string

The name of the SVG element.

Properties

ElementName

Gets the name of the SVG element.

public string ElementName { get; }

Property Value

string