Class AdStyle.FontData
The font which is included in the style.
Inherited Members
Namespace: Google.Apis.AdSenseHost.v4_1.Data
Assembly: Google.Apis.AdSenseHost.v4_1.dll
Syntax
public class AdStyle.FontData
Properties
Family
The family of the font. Possible values are: ACCOUNT_DEFAULT_FAMILY, ADSENSE_DEFAULT_FAMILY, ARIAL, TIMES and VERDANA.
Declaration
[JsonProperty("family")]
public virtual string Family { get; set; }
Property Value
Type | Description |
---|---|
string |
Size
The size of the font. Possible values are: ACCOUNT_DEFAULT_SIZE, ADSENSE_DEFAULT_SIZE, SMALL, MEDIUM and LARGE.
Declaration
[JsonProperty("size")]
public virtual string Size { get; set; }
Property Value
Type | Description |
---|---|
string |