# shadowDict

Dictionary describing the shadow effect for text.

Availability
0.8
0.8
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# blurRadius

Availability
0.8
0.8
9.2.0
blurRadius :Number

Specifies the blur radius of the shadow.

A value of 0 means no blur is applied.


# color

Availability
0.8
0.8
9.2.0
color :String | Titanium.UI.Color

Color name or hex triplet specifying the color of the shadow.


# offset

Availability
0.8
0.8
9.2.0
offset :Size

Size with the properties width and height used as the horizontal and vertical offset of the shadow, respectively.