ICssValue public interface ICssValue Represents the base for any CSS value. Documentation Code string CssText { get; } Gets or sets a string representation of the current value. CssValueType Type { get; } Gets a code defining the type of the value as defined above.