Click or drag to resize

IPopupFeatures Interface

Version 130.1.90
Class representing popup window features.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public interface IPopupFeatures

The IPopupFeatures type exposes the following members.

Properties
 NameDescription
Public propertyHeight Gets the height.
Public propertyIsPopup Returns true if browser interface elements should be hidden.
Public propertyWidth Gets the width.
Public propertyX Gets the x coordinate.
Public propertyY Gets the y coordinate.
Top
See Also