Show / Hide Table of Contents

Class AdStyle.FontData

The font which is included in the style.

Inheritance
object
AdStyle.FontData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX