Nevron .NET Vision
Nevron.UI Namespace / ThemeConstantRelation Enumeration


In This Topic
    ThemeConstantRelation Enumeration
    In This Topic
    Specifies a class's constants relation with a theme.
    Syntax
    'Declaration
     
    
    Public Enum ThemeConstantRelation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ThemeConstantRelation
    public enum ThemeConstantRelation : System.Enum 
    Members
    MemberDescription
    ClassContains constants for a theme class
    PartContains constants for a theme class parts
    StateContains constants for a certain part's states
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.ThemeConstantRelation

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also