Show / Hide Table of Contents

Class AdStyle.FontData

The font which is included in the style.

Inheritance
System.Object
AdStyle.FontData
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 FontData

Properties

Family

The family of the font.

Declaration
[JsonProperty("family")]
public virtual string Family { get; set; }
Property Value
Type Description
System.String

Size

The size of the font.

Declaration
[JsonProperty("size")]
public virtual string Size { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top