| key | description | available values | examples | default value |
|---|---|---|---|---|
| shWidth | width of the shadow band to be created, in pixels | positive integer | shWidth=10 shWidth="15" |
0 (no shadow) |
| key | description | available values | examples | default value |
|---|---|---|---|---|
| shWidthX shWidthY |
width of the shadow band to be created, in pixels | positive integer | shWidthX=10 shWidthY="15" |
0 (no shadow) |

class=XBorderFilter shWidth=20

class=XBorderFilter shWidthX=20 shWidthY=10
| key | description | available values | examples | default value |
|---|---|---|---|---|
| shExX shExY |
width of the shadow excess to be created, in pixels | positive integer | shExX=10 shExY="15" |
0 (no shadow excess) |

class=XBorderFilter shWidth=20 shExX=10 shExY=10
| key | description | available values | examples | default value |
|---|---|---|---|---|
| shCol | color of the shadow to be created | color names or #......-values | shCol=black shCol=gray shCol=#ff0000 |
gray |

class=XBorderFilter shWidth=20 shCol=red
| key | description | available values | examples | default value |
|---|---|---|---|---|
| shTrans | max. transparency of the shadow to be created, in % | positive integers | shTrans=50 | 0% |

class=XBorderFilter shWidth=20 shTrans=50
| key | description | available values | examples | default value |
|---|---|---|---|---|
| shDir | shadow direction | NORTH_EAST, NORTHEAST, NE NORTH_WEST, NORTHWEST, NW SOUTH_EAST, SOUTHEAST, SE SOUTH_WEST, SOUTHWEST, SW (case-insensitive) |
shDir=NW | SE, if param not given or wrong |

class=XBorderFilter shWidth=30 shDir=NW
| key | description | available values | examples | default value |
|---|---|---|---|---|
| shDrop | shadow rendering | SOFT NORM HARD (case-insensitive) |
shDrop=hard | norm |

class=XBorderFilter shWidth=20 shDrop=hard

class=XBorderFilter shWidth=20 shDrop=soft