Interface ICSSPrimitiveValue
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/jdk.xml.dom/org/w3c/dom/css/CSSPrimitiveValue.html
public interface ICSSPrimitiveValue : ICSSValue
- Inherited Members
Properties
CounterValue
Counter CounterValue { get; }
Property Value
PrimitiveType
short PrimitiveType { get; }
Property Value
RGBColorValue
RGBColor RGBColorValue { get; }
Property Value
RectValue
Rect RectValue { get; }
Property Value
StringValue
String StringValue { get; }
Property Value
Methods
GetFloatValue(short)
float GetFloatValue(short arg0)
Parameters
Returns
Exceptions
SetFloatValue(short, float)
void SetFloatValue(short arg0, float arg1)
Parameters
Exceptions
SetStringValue(short, String)
void SetStringValue(short arg0, String arg1)