Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / ENExtendedLook Enumeration


In This Topic
    ENExtendedLook Enumeration
    In This Topic
    Enumerates the extended looks supported by some widgets
    Syntax
    'Declaration
     
    
    Public Enum ENExtendedLook 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENExtendedLook
    public enum ENExtendedLook : System.Enum 
    Members
    MemberDescription
    FlatFlat - widget is styled in a flat, that only uses the theme color map (i.e. other metrics are the same for all themes).
    NormalNormal - widget is styled with typical for the theme look.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.UI.ENExtendedLook

    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