Table of Contents

Class CSSPropertyRegistration

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

CSSPropertyRegistration

public sealed class CSSPropertyRegistration
Inheritance
CSSPropertyRegistration
Inherited Members

Properties

Inherits

inherits

[JsonPropertyName("inherits")]
public bool Inherits { get; set; }

Property Value

bool

InitialValue

initialValue

[JsonPropertyName("initialValue")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Value InitialValue { get; set; }

Property Value

Value

PropertyName

propertyName

[JsonPropertyName("propertyName")]
public string PropertyName { get; set; }

Property Value

string

Syntax

syntax

[JsonPropertyName("syntax")]
public string Syntax { get; set; }

Property Value

string