We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527a062 commit ee52201Copy full SHA for ee52201
CefSharp.Core.Runtime.RefAssembly/CefSharp.Core.Runtime.netcore.cs
@@ -323,6 +323,7 @@ public WindowInfo() { }
323
public virtual bool ExternalBeginFrameEnabled { get { throw null; } set { } }
324
public virtual int Height { get { throw null; } set { } }
325
public virtual System.IntPtr ParentWindowHandle { get { throw null; } set { } }
326
+ public virtual CefSharp.CefRuntimeStyle RuntimeStyle { get { throw null; } set { } }
327
public virtual bool SharedTextureEnabled { get { throw null; } set { } }
328
public virtual uint Style { get { throw null; } set { } }
329
public virtual int Width { get { throw null; } set { } }
0 commit comments