Constructor CssPrimitiveLengthValue
- Namespace
- SharpVectors.Dom.Css
- Assembly
- SharpVectors.Css.dll
CssPrimitiveLengthValue(string, string, bool)
public CssPrimitiveLengthValue(string number, string unit, bool readOnly)
Parameters
CssPrimitiveLengthValue(string, bool)
public CssPrimitiveLengthValue(string cssText, bool readOnly)
Parameters
CssPrimitiveLengthValue(double, string, bool)
public CssPrimitiveLengthValue(double number, string unit, bool readOnly)
Parameters
CssPrimitiveLengthValue()
protected CssPrimitiveLengthValue()