Table of Contents

Class FontVariationAxis

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

FontVariationAxis

public sealed class FontVariationAxis
Inheritance
FontVariationAxis
Inherited Members

Properties

DefaultValue

defaultValue

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

Property Value

double

MaxValue

maxValue

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

Property Value

double

MinValue

minValue

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

Property Value

double

Name

name

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

Property Value

string

Tag

tag

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

Property Value

string