Label public struct Label : ICssPrimitiveValue, ICssValue, IEquatable<Label> Represents a CSS label ("string") value. Documentation Code public string CssText { get; } Gets the CSS text representation. public string Value { get; } Gets the label value. public Label(string value) Creates a new CSS label value. public bool Equals(Label other) Checks the two labels for equality.