Table of Contents

Class AdStyle.ColorsData

Namespace
Google.Apis.AdSense.v1_4.Data
Assembly
Google.Apis.AdSense.v1_4.dll

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.

public class AdStyle.ColorsData
Inheritance
AdStyle.ColorsData
Inherited Members

Constructors

ColorsData()

public ColorsData()

Properties

Background

The color of the ad background.

public virtual string Background { get; set; }

Property Value

string

Border

The color of the ad border.

public virtual string Border { get; set; }

Property Value

string

Text

The color of the ad text.

public virtual string Text { get; set; }

Property Value

string

Title

The color of the ad title.

public virtual string Title { get; set; }

Property Value

string

Url

The color of the ad url.

public virtual string Url { get; set; }

Property Value

string