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.
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
Border
The color of the ad border.
public virtual string Border { get; set; }
Property Value
Text
The color of the ad text.
public virtual string Text { get; set; }
Property Value
Title
The color of the ad title.
public virtual string Title { get; set; }
Property Value
Url
The color of the ad url.
public virtual string Url { get; set; }