CSSStringValue sealed class CSSStringValue : CSSValue Represents an string in CSS. https://developer.mozilla.org/en-US/docs/Web/CSS/string Documentation Code public string Value { get; } Gets the value. public CSSStringValue(string value)