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


# repr:iconContentStyle

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

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

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

Содержит описание стиля содержимого значка метки.

Стиль для содержимого значка следует определить в случае, если необходимо показать какую-либо информацию поверх значка.

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

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

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

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

> ### repr:iconContentStyle
> 
> Фрагмент YMapsML-документа, описывающего стиль содержимого значка метки:
> 
> ```xml
> <repr:iconContentStyle>
>     <repr:template>#customTemplate</repr:template>
> </repr:iconContentStyle>
> ```
> 
> Содержимое значка задается в самом шаблоне:
> 
> ```
> <repr:Template gml:id="customTemplate">
>     <repr:text><![CDATA[<div>щелкни меня</div>]]></repr:text>
> </repr:Template>
> ```

