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


In This Topic
    ENSymbolContentRelation Enumeration
    In This Topic
    Enumerates symbol and content relation options.
    Syntax
    'Declaration
     
    
    Public Enum ENSymbolContentRelation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENSymbolContentRelation
    public enum ENSymbolContentRelation : System.Enum 
    Members
    MemberDescription
    ContentAboveSymbolSpecifies that the content is displayed vertically above the symbol.
    ContentBeforeSymbolSpecifies that the content is displayed horizontally before the symbol.
    OverlaySpecifies that the symbol and the content share the same space.
    SymbolAboveContentSpecifies that the symbol is displayed vertically above the content.
    SymbolBeforeContentSpecifies that the symbol is displayed horizontally before the content.
    Inheritance Hierarchy

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

    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