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


# repr:Style

### Diagram

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

### Description {#desc}

Contains descriptions of the appearance of map objects (placemarks, lines, balloons, and so on).

### Contains:

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

### Contained by:

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

> ### repr:Style
> 
> Part of a YMapsML document that defines the style for lines:
> 
> ```xml
> <repr:Style gml:id="customStyle">
>     <repr:lineStyle>
>         <repr:strokeColor>12345688</repr:strokeColor>
>         <repr:strokeWidth>2</repr:strokeWidth>
>     </repr:lineStyle>
> </repr:Style>
> ```

