Click or drag to resize

CSSProperty Properties

Version 130.1.90

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 propertyLonghandProperties Parsed longhand components of this property if it is a shorthand. This field will be empty if the given property is not a shorthand.
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