Interface ICSSPrimitiveValue
.NET interface for TO BE DEFINED FROM USER
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)