Table of Contents

Class CssAbsPrimitiveLengthValue

Namespace
SharpVectors.Dom.Css
Assembly
SharpVectors.Css.dll
public sealed class CssAbsPrimitiveLengthValue : CssPrimitiveLengthValue, ICssPrimitiveValue, ICssValue
Inheritance
CssAbsPrimitiveLengthValue
Implements
Inherited Members

Constructors

CssAbsPrimitiveLengthValue(CssPrimitiveValue, string, XmlElement)

Properties

CssValue
IsAbsolute

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

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

PropertyName
ReadOnly

Methods

GetFloatValue(CssPrimitiveType)

This method is used to get a float value in a specified unit. If this CSS value doesn't contain a float value or can't be converted into the specified unit, a DomException is raised