Class SvgGenerator.Svg
Contains info about an SVG file.
Namespace: Neon.Blazor.Analyzers
Assembly: Neon.Blazor.Analyzers.dll
Syntax
public class SvgGenerator.Svg
Properties
Attributes
Attributes that the original svg file has.
Declaration
public Dictionary<string, string> Attributes { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> |
Body
The Body.
Declaration
public string Body { get; set; }
Property Value
Type | Description |
---|---|
string |
ClassName
The class name of the SVG
Declaration
public string ClassName { get; set; }
Property Value
Type | Description |
---|---|
string |