Help Center

Local Navigation

Object: CSSValue

Availability

BlackBerry® Device Software version 4.6 or later

Extended by

CSSPrimitiveValue, CSSValueList

The CSSValue object represents a simple or a complex CSS property value.

CSSValue properties

Property name

Type

Description

Status

Availability

CSSValueType

unsigned short

Returns the type of value. The following constants represent the numerical values used to define the value type:

  • 0 = CSS_INHERIT: The value is inherited.
  • 1 = CSS_PRIMITIVE: The value is a CSSPrimitiveValue.
  • 2 = CSS_VALUE_LIST: The value is a CSSValueList.
  • 3 = CSS_CUSTOM: The value is a custom value.

read only

4.6 or later

Previous topic: Object: CSSUnknownRule

Was this information helpful? Send us your comments.