Table of Contents

Class CssPrimitiveAngleValue

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

Constructors

CssPrimitiveAngleValue(double, string, bool)
CssPrimitiveAngleValue(string, bool)
CssPrimitiveAngleValue(string, 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)