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


# repr:lineStyle

### Diagram

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

### Description {#desc}

Contains a description of the line and polyline style.

### Contains:

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

### Contained by:

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

> ### repr:lineStyle
> 
> Part of a YMapsML document that describes the style for drawing dark blue semitransparent lines:
> 
> ```xml
> <repr:lineStyle>
>     <repr:strokeColor>0000FF80</repr:strokeColor>
>     <repr:strokeWidth>5</repr:strokeWidth>
> </repr:lineStyle>
> ```

