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


# repr:lineStyle

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

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

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

Содержит описание стиля линий и ломаных.

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

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

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

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

> ### repr:lineStyle
> 
> Фрагмент YMapsML-документа, описывающего стиль для рисования синих полупрозрачных линий:
> 
> ```xml
> <repr:lineStyle>
>     <repr:strokeColor>0000FF80</repr:strokeColor>
>     <repr:strokeWidth>5</repr:strokeWidth>
> </repr:lineStyle>
> ```

