Table of Contents

Class CssAbsValue

Namespace
SharpVectors.Dom.Css
Assembly
SharpVectors.Css.dll
public sealed class CssAbsValue : CssValue, ICssValue
Inheritance
CssAbsValue
Implements
Inherited Members

Constructors

CssAbsValue(CssValue, string, XmlElement)

Properties

CssText

A string representation of the current value.

CssValueType

A code defining the type of the value as defined above

IsAbsolute

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

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