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


# repr:shadow

### Диаграмма

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

### Описание {#desc}

Определяет стиль отображения тени значка метки.

Стиль тени задается аналогично тому, как задается стиль для самого значка метки, см. [repr:iconStyle](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/representation-iconStyle.md).

### Содержит:

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

### Содержится в:

[{#T}](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/representation-iconStyle.md)

> ### repr:shadow
> 
> Фрагмент YMapsML-документа, описывающий стиль тени значка метки:
> 
> ```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>
> ```

