---
keywords: repr:shadow
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/dev/maps/ymapsml/doc/en/llms.txt


# repr:shadow

### Diagram

![](../_images/shadow.png)

### Description {#desc}

Defines the style for displaying the placemark icon shadow.

The shadow style is set similarly to the style set for the placemark icon itself, see [repr: iconStyle](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-iconStyle.md).

### Contains:

[repr:href](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-href.md), [repr:offset](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-offset.md), [repr:size](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-size.md), [repr:template](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-template-1.md)

### Contained by:

[repr:iconStyle](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-iconStyle.md)

> ### repr:shadow
> 
> Part of a YMapsML document that describes the placemark icon shadow style:
> 
> ```xml
> <repr:shadow>
>     <repr:template>#customShadowTemplate</repr:template>
>     <repr:href>http://info.maps.yandex.net/api/i/dot_shadow.png</repr:href>
>     <repr:size x="25" y="23"/>
>     <repr:offset x="0" y="-25"/>
> </repr:shadow>
> ```

