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


# repr:Style

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

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

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

Содержит описания внешнего вида объектов карты (меток, линий, балуна, и т. д.)

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

[{#T}](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/representation-balloonContentStyle.md), [{#T}](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/representation-hintContentStyle.md), [{#T}](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/representation-iconContentStyle.md), [{#T}](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/representation-iconStyle.md), [{#T}](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/representation-lineStyle.md), [{#T}](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/representation-parentStyle.md), [{#T}](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/representation-polygonStyle.md)

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

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

> ### repr:Style
> 
> Пример фрагмента YMapsML-документа, определяющего стиль для линии:
> 
> ```xml
> <repr:Style gml:id="customStyle">
>     <repr:lineStyle>
>         <repr:strokeColor>12345688</repr:strokeColor>
>         <repr:strokeWidth>2</repr:strokeWidth>
>     </repr:lineStyle>
> </repr:Style>
> ```

