Show / Hide Table of Contents

Class PopupWindowProperties

Popup Window Properties.

Inheritance
object
PopupWindowProperties
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class PopupWindowProperties : IDirectResponseSchema

Properties

Dimension

Popup dimension for a creative. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA and all VPAID

Declaration
[JsonProperty("dimension")]
public virtual Size Dimension { get; set; }
Property Value
Type Description
Size

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Offset

Upper-left corner coordinates of the popup window. Applicable if positionType is COORDINATES.

Declaration
[JsonProperty("offset")]
public virtual OffsetPosition Offset { get; set; }
Property Value
Type Description
OffsetPosition

PositionType

Popup window position either centered or at specific coordinate.

Declaration
[JsonProperty("positionType")]
public virtual string PositionType { get; set; }
Property Value
Type Description
string

ShowAddressBar

Whether to display the browser address bar.

Declaration
[JsonProperty("showAddressBar")]
public virtual bool? ShowAddressBar { get; set; }
Property Value
Type Description
bool?

ShowMenuBar

Whether to display the browser menu bar.

Declaration
[JsonProperty("showMenuBar")]
public virtual bool? ShowMenuBar { get; set; }
Property Value
Type Description
bool?

ShowScrollBar

Whether to display the browser scroll bar.

Declaration
[JsonProperty("showScrollBar")]
public virtual bool? ShowScrollBar { get; set; }
Property Value
Type Description
bool?

ShowStatusBar

Whether to display the browser status bar.

Declaration
[JsonProperty("showStatusBar")]
public virtual bool? ShowStatusBar { get; set; }
Property Value
Type Description
bool?

ShowToolBar

Whether to display the browser tool bar.

Declaration
[JsonProperty("showToolBar")]
public virtual bool? ShowToolBar { get; set; }
Property Value
Type Description
bool?

Title

Title of popup window.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX