Show / Hide Table of Contents

Class Axis

Metadata for a variable font axis.

Inheritance
object
Axis
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Webfonts.v1.Data
Assembly: Google.Apis.Webfonts.v1.dll
Syntax
public class Axis : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

End

maximum value

Declaration
[JsonProperty("end")]
public virtual float? End { get; set; }
Property Value
Type Description
float?

Start

minimum value

Declaration
[JsonProperty("start")]
public virtual float? Start { get; set; }
Property Value
Type Description
float?

Tag

tag name.

Declaration
[JsonProperty("tag")]
public virtual string Tag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX