Table of Contents

Interface ICssValue

Namespace
SharpVectors.Dom.Css
Assembly
SharpVectors.Core.dll

The ICssValue interface represents the current computed value of a CSS property.

public interface ICssValue

Properties

CssText

A string representation of the current value.

CssValueType

An enumeration code defining the type of the value.

IsAbsolute

Gets a value specifiying whether this CSS value an absolute or variable.

This is an implementation extension, not part of the CSS specification.