Click or drag to resize

CefV8PropertyAttribute Enumeration

V8 property attribute values.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
[FlagsAttribute]
public enum CefV8PropertyAttribute
Members
Member nameValueDescription
None0 
ReadOnly1 
DontEnum2 
DontDelete4 
See Also