Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElement Class / CustomAttributes Property

In This Topic
    CustomAttributes Property
    In This Topic
    Gets or sets the list of unknown or unsupported attributes.
    Syntax
    'Declaration
     
    Public Property CustomAttributes As System.Collections.Generic.List(Of SvgCustomAttribute)
    public System.Collections.Generic.List<SvgCustomAttribute> CustomAttributes {get; set;}
    See Also