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


In This Topic
    NRule Class
    In This Topic
    The NRule class is a styling node, which represent a pair of selectors and a style declaration. The style declaration of the rule applies to the elements, which match at least one of the rule selectors.
    Object Model
    NRule Class
    Syntax
    'Declaration
     
    
    Public Class NRule 
       Inherits NStylingNode
       Implements INDomDeepEquals, INDomDeeplyCloneable, Nevron.Nov.INDeeplyCloneable 
    'Usage
     
    
    Dim instance As NRule
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NStylingNode
                Nevron.Nov.Dom.NRule

    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