Search Results for

    Show / Hide Table of Contents

    Class SvgAttributeAttribute

    Specifies the SVG attribute name of the associated property.

    Inheritance
    Object
    System.Attribute
    SvgAttributeAttribute
    Inherited Members
    Attribute.GetCustomAttribute(Assembly, Type)
    Attribute.GetCustomAttribute(Assembly, Type, Boolean)
    Attribute.GetCustomAttribute(MemberInfo, Type)
    Attribute.GetCustomAttribute(MemberInfo, Type, Boolean)
    Attribute.GetCustomAttribute(Module, Type)
    Attribute.GetCustomAttribute(Module, Type, Boolean)
    Attribute.GetCustomAttribute(ParameterInfo, Type)
    Attribute.GetCustomAttribute(ParameterInfo, Type, Boolean)
    Attribute.GetCustomAttributes(Assembly)
    Attribute.GetCustomAttributes(Assembly, Boolean)
    Attribute.GetCustomAttributes(Assembly, Type)
    Attribute.GetCustomAttributes(Assembly, Type, Boolean)
    Attribute.GetCustomAttributes(MemberInfo)
    System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type)
    Attribute.GetCustomAttributes(MemberInfo, Type, Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.Module)
    Attribute.GetCustomAttributes(Module, Boolean)
    Attribute.GetCustomAttributes(Module, Type)
    Attribute.GetCustomAttributes(Module, Type, Boolean)
    Attribute.GetCustomAttributes(ParameterInfo)
    Attribute.GetCustomAttributes(ParameterInfo, Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type)
    Attribute.GetCustomAttributes(ParameterInfo, Type, Boolean)
    System.Attribute.IsDefaultAttribute()
    Attribute.IsDefined(Assembly, Type)
    Attribute.IsDefined(Assembly, Type, Boolean)
    Attribute.IsDefined(MemberInfo, Type)
    System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean)
    Attribute.IsDefined(Module, Type)
    Attribute.IsDefined(Module, Type, Boolean)
    System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type)
    System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean)
    System.Attribute.Match(System.Object)
    Attribute.TypeId
    Object.Equals(Object, Object)
    Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Svg
    Assembly: Svg.dll
    Syntax
    [AttributeUsage(AttributeTargets.Property | AttributeTargets.Event)]
    public class SvgAttributeAttribute : Attribute

    Constructors

    | Improve this Doc View Source

    SvgAttributeAttribute(String, String)

    Initializes a new instance of the SvgAttributeAttribute class with the specified SVG attribute name and namespace.

    Declaration
    public SvgAttributeAttribute(string name, string nameSpace)
    Parameters
    Type Name Description
    System.String name

    The name of the SVG attribute.

    System.String nameSpace

    The namespace of the SVG attribute (e.g. http://www.w3.org/2000/svg).

    Fields

    | Improve this Doc View Source

    XLinkNamespace

    Declaration
    public const string XLinkNamespace = "http://www.w3.org/1999/xlink"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    XmlNamespace

    Declaration
    public const string XmlNamespace = "http://www.w3.org/XML/1998/namespace"
    Field Value
    Type Description
    System.String

    Properties

    | Improve this Doc View Source

    Name

    Gets the name of the SVG attribute.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    NameSpace

    Gets the namespace of the SVG attribute.

    Declaration
    public string NameSpace { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    Attribute.Equals(Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Attribute.GetHashCode()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX