NevronOpenVision
Nevron.Nov.Formats.Svg Namespace / NSvgElement Class
Fields Properties Methods Events


In This Topic
    NSvgElement Class Members
    In This Topic

    The following tables list the members exposed by NSvgElement.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the HrefAttribute property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NSvgElement.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the StyleAttribute property.  
    Top
    Protected Fields
     NameDescription
    Internal Fieldstatic (Shared in Visual Basic)  
    Internal Fieldstatic (Shared in Visual Basic)  
    Internal Fieldstatic (Shared in Visual Basic)  
    Top
    Public Properties
     NameDescription
    Public PropertyGets whether this SVG element has any SVG properties or not.  
    Public PropertyGets/Sets the value of "href" or "xlink:href" attribute of this SVG element.  
    Public PropertyGets/Sets the local CSS style of this SVG element, which is stored in a "style" attribute.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the root (<svg>) element ancestor of this element.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates an SVG element from the given XML element. Returns null if an SVG element couldn't be created from the given XML element.  
    Public MethodOverridden. Serializes this SVG element to an XML element.  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Protected MethodCreates a child SVG node from the given XML node.  
    Protected MethodGets the bounds of the first ancestor element that implements the Nevron.Nov.Internal.pQnd interface.  
    Protected MethodInits this SVG element from the given XML element.  
    Internal Method  
    Internal Methodstatic (Shared in Visual Basic)  
    Protected MethodConverts the given CSS multi-length to DIPs.  
    Protected MethodTries to parse the given attribute value string as a value to the property with the given name and applies the resulting property name/value pair to this SVG element.  
    Top
    See Also