Click or drag to resize

CSSProperty Class

Version 130.1.90
CSS property declaration data.
Inheritance Hierarchy
SystemObject
  CefSharp.DevToolsDevToolsDomainEntityBase
    CefSharp.DevTools.CSSCSSProperty

Namespace: CefSharp.DevTools.CSS
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public class CSSProperty : DevToolsDomainEntityBase

The CSSProperty type exposes the following members.

Constructors
 NameDescription
Public methodCSSPropertyInitializes a new instance of the CSSProperty class
Top
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
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToDictionary
(Inherited from DevToolsDomainEntityBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also