Table of Contents

Class CssPrimitiveLengthValue

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

Constructors

CssPrimitiveLengthValue()
CssPrimitiveLengthValue(double, string, bool)
CssPrimitiveLengthValue(string, bool)
CssPrimitiveLengthValue(string, string, bool)

Fields

CmPerIn
Dpi

Properties

CssText

A string representation of the current value.

Methods

GetAbsoluteValue(string, XmlElement)
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

OnSetCssText(string)