Table of Contents

Class CssPrimitiveColorValue

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

Constructors

CssPrimitiveColorValue(int, bool)
CssPrimitiveColorValue(string, bool)

Properties

CssText

A string representation of the current value.

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

OnSetCssText(string)