Class AdStyle.ColorsData
The colors included in the style. These are represented as six hexadecimal characters, similar to HTML color codes, but without the leading hash.
Inherited Members
Namespace: Google.Apis.AdSenseHost.v4_1.Data
Assembly: Google.Apis.AdSenseHost.v4_1.dll
Syntax
public class AdStyle.ColorsData
Properties
Background
The color of the ad background.
Declaration
[JsonProperty("background")]
public virtual string Background { get; set; }
Property Value
Type | Description |
---|---|
string |
Border
The color of the ad border.
Declaration
[JsonProperty("border")]
public virtual string Border { get; set; }
Property Value
Type | Description |
---|---|
string |
Text
The color of the ad text.
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
The color of the ad title.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Url
The color of the ad url.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type | Description |
---|---|
string |