|
|
| Parameter
| Description
| | hasShadow
| Defines if the object will cast a shadow
Values: True, False
| | ShadowWidth
| The width of the shadow
Values: Numeric
| | ShadowOffsetX
| Defines where the shadow will start. Negative values will stretch it to the left
Values: Numeric
| | ShadowOffsetY
| Defines where the shadow will start. Negative values will stretch it to the top
Values: Numeric
| | ShadowAlpha
| Sets the start-alpha of the shadow. The higher the value, the stronger the shadow.
Values: 0 to 100
| | ShadowColor
| Sets the color of the shadow.
Values: 0x000000 to 0xFFFFFF
|
Example
CSSobj.hasShadow=false
CSSobj.ShadowWidth=4
CSSobj.ShadowOffsetX=2
CSSobj.ShadowOffsetY=2
CSSobj.ShadowAlpha=40
CSSobj.ShadowColor=0x404040
OBJ.embedFonts=false
|