Table of Contents

Interface ICSSPrimitiveValue

Namespace
Org.W3c.Dom.Css
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface ICSSPrimitiveValue : ICSSValue
Inherited Members

Properties

CounterValue

Counter CounterValue { get; }

Property Value

Counter

PrimitiveType

short PrimitiveType { get; }

Property Value

short

RGBColorValue

RGBColor RGBColorValue { get; }

Property Value

RGBColor

RectValue

Rect RectValue { get; }

Property Value

Rect

StringValue

String StringValue { get; }

Property Value

String

Methods

GetFloatValue(short)

float GetFloatValue(short arg0)

Parameters

arg0 short

short

Returns

float

float

Exceptions

DOMException

SetFloatValue(short, float)

void SetFloatValue(short arg0, float arg1)

Parameters

arg0 short

short

arg1 float

float

Exceptions

DOMException

SetStringValue(short, String)

void SetStringValue(short arg0, String arg1)

Parameters

arg0 short

short

arg1 String

String

Exceptions

DOMException