[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgCustomAttribute

SvgCustomAttribute Class

Represents an unknown or unsupported SvgAttribute.

Inheritance
SvgCustomAttribute
Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public class SvgCustomAttribute : SvgAttribute
Public Class SvgCustomAttribute
    Inherits SvgAttribute

Constructors

Name Description
SvgCustomAttribute(string, string, string)

Initializes a new instance of the SvgCustomAttribute class.

Properties

Name Description
AttributeName

Gets the name of the current attribute.

Namespace

Get the namespace of the current attribute.

Value

Gets or sets a string value of the attribute.