AXValueNativeSourceType Enumeration | 
Version 94.4.20 
            Enum of possible native property sources (as a subtype of a particular AXValueSourceType).
            
 
    Namespace: 
   CefSharp.DevTools.Accessibility
    Assembly:
   CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntaxpublic enum AXValueNativeSourceType
public enum class AXValueNativeSourceType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Figcaption | 0 | 
            figcaption
             | 
 | Label | 1 | 
            label
             | 
 | Labelfor | 2 | 
            labelfor
             | 
 | Labelwrapped | 3 | 
            labelwrapped
             | 
 | Legend | 4 | 
            legend
             | 
 | Rubyannotation | 5 | 
            rubyannotation
             | 
 | Tablecaption | 6 | 
            tablecaption
             | 
 | Title | 7 | 
            title
             | 
 | Other | 8 | 
            other
             | 
See Also