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


In This Topic
    NTheme Class
    In This Topic
    Represents a theme. In Nevron Open Vision a theme is a factory for a single stylesheet, that contains the theme rules. A theme can be applied to a document, which essentially replaces the stylesheet (if any) that was created for a theme of the same type.
    Object Model
    NTheme Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NTheme 
       Inherits NElement
       Implements INDomDeepEquals, INDomDeeplyCloneable, Nevron.Nov.INDeeplyCloneable 
    'Usage
     
    
    Dim instance As NTheme
    Remarks
    There is a certain theme type that is assigned to each theme.
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NElement
                Nevron.Nov.Dom.NTheme
                   Nevron.Nov.Chart.NChartTheme
                   Nevron.Nov.Diagram.NRuleBasedDrawingTheme
                   Nevron.Nov.Schedule.NScheduleTheme
                   Nevron.Nov.UI.NUITheme

    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