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