Table of Contents

Constructor CssPrimitiveAngleValue

Namespace
SharpVectors.Dom.Css
Assembly
SharpVectors.Css.dll

CssPrimitiveAngleValue(string, string, bool)

public CssPrimitiveAngleValue(string number, string unit, bool readOnly)

Parameters

number string
unit string
readOnly bool

CssPrimitiveAngleValue(string, bool)

public CssPrimitiveAngleValue(string cssText, bool readOnly)

Parameters

cssText string
readOnly bool

CssPrimitiveAngleValue(double, string, bool)

public CssPrimitiveAngleValue(double number, string unit, bool readOnly)

Parameters

number double
unit string
readOnly bool