Table of Contents

Class FontVariationAxis

Namespace
OpenQA.Selenium.DevTools.V148.CSS
Assembly
Selenium.WebDriver.dll

Information about font variation axes for variable fonts

public sealed class FontVariationAxis
Inheritance
FontVariationAxis
Inherited Members

Properties

DefaultValue

The default value.

[JsonPropertyName("defaultValue")]
public double DefaultValue { get; set; }

Property Value

double

MaxValue

The maximum value (inclusive) the font supports for this tag.

[JsonPropertyName("maxValue")]
public double MaxValue { get; set; }

Property Value

double

MinValue

The minimum value (inclusive) the font supports for this tag.

[JsonPropertyName("minValue")]
public double MinValue { get; set; }

Property Value

double

Name

Human-readable variation name in the default language (normally, "en").

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

Tag

The font-variation-setting tag (a.k.a. "axis tag").

[JsonPropertyName("tag")]
public string Tag { get; set; }

Property Value

string