Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / ENValueSource Enumeration


In This Topic
    ENValueSource Enumeration
    In This Topic
    Enumerates the possible sources of computed property values.
    Syntax
    'Declaration
     
    
    Public Enum ENValueSource 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENValueSource
    public enum ENValueSource : System.Enum 
    Members
    MemberDescription
    DefaultThe value was obtained by the property metadata.
    InheritedThe value was inherited.
    LocalThe value is set by the user or an expression.
    LocalOrDefaultMaskMask for local or default bits.
    LocalOrInheritedMaskMask for local or inherited bits.
    StylingThe value was obtained by the document cascade.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Dom.ENValueSource

    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