Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NStylingNode Class
Members


In This Topic
    NStylingNode Class
    In This Topic
    A document node, which servers as base class for nodes defining the cascading style sheets of a document.
    Object Model
    NStylingNode Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NStylingNode 
       Inherits NDocumentNode
       Implements INDomDeepEquals, INDomDeeplyCloneable, Nevron.Nov.INDeeplyCloneable 
    'Usage
     
    
    Dim instance As NStylingNode
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NStylingNode
                Nevron.Nov.Dom.NDeclaration
                Nevron.Nov.Dom.NRule
                Nevron.Nov.Dom.NSelector
                Nevron.Nov.Dom.NSelectorPart
                Nevron.Nov.Dom.NStylingNodeCollection<T>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also