Class Axis
Metadata for a variable font axis.
Implements
Inherited Members
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 |