CSSValue.CSS_VALUE_LIST

CSSValue.CSS_VALUE_LIST field

The value is a CSSValue list and an instance of the CSSValueList interface can be obtained by using binding-specific casting methods on this instance of the CSSValue interface.

public const ushort CSS_VALUE_LIST;

See Also