Xbasic

CSS::CSS3BoxShadow Class

Description

Properties and methods in the CSS::CSS3BoxShadow Class.

Properties

insetLogical

Shadow is inset (draw inside the element instead of project outside the element)

horizontalCharacter

horizontal width of the shadow.

verticalCharacter

vertical height of the shadow.

blurCharacter

Optional distance of blur

spreadCharacter

Spread of shadow (for shadows that are larger than the associated elements) - i.e. long shadow - expressed as size.

colorCharacter

Color of shadow.

Methods

FromString Method

Populate a box shadow from a compact definition.

ToString Method

Return compact definition for a box shadow.

See Also