Click or drag to resize

CSSProperty Properties

Version 102.0.100

The CSSProperty type exposes the following members.

Properties
  NameDescription
Public propertyDisabled
Whether the property is disabled by the user (present for source-based properties only).
Public propertyImplicit
Whether the property is implicit (implies `false` if absent).
Public propertyImportant
Whether the property has "!important" annotation (implies `false` if absent).
Public propertyName
The property name.
Public propertyParsedOk
Whether the property is understood by the browser (implies `true` if absent).
Public propertyRange
The entire property range in the enclosing style declaration (if available).
Public propertyText
The full property text as specified in the style.
Public propertyValue
The property value.
Top
See Also