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


In This Topic
    NThemeRule Class
    In This Topic
    Represents a rule of a theme. Its purpose is to create an actual NRule instance. A theme rule, derives from NThemeDeclaration to allow you to map properties to values, that are directly outputed in the NRule declartion. Each theme rule is associated with a specific selector, which is internally created for the rule, when you obtain it from the one of the NTheme GetRule methods.
    Object Model
    NThemeRule Class
    Syntax
    'Declaration
     
    
    Public Class NThemeRule 
       Inherits NThemeStyle
    'Usage
     
    
    Dim instance As NThemeRule
    public class NThemeRule : NThemeStyle 
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NThemeStyle
          Nevron.Nov.Dom.NThemeRule

    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