CSSPrimitiveValue public sealed class CSSPrimitiveValue : CSSValue Represents a CSS primitive value. Documentation Code public CssValue PrimitiveType { get; } Gets the type of the value as defined by the CssValue constants. public Counter GetCounterValue() public float GetFloatValue(UnitType unitType) public Rect GetRectValue() public RGBColor GetRGBColorValue() public string GetStringValue() public CSSPrimitiveValue SetFloatValue(UnitType unitType, float value) public CSSPrimitiveValue SetStringValue(UnitType unitType, string value)