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


# repr:polygonStyle

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

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

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

Содержит описание стиля многоугольников.

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

[repr:fill](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/representation-fill.md), [repr:fillColor](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/representation-fillColor.md), [repr:outline](https://yandex.ru/dev/maps/ymapsml/doc/ru/ref/reference/representation-outline.md), [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:polygonStyle
> 
> Фрагмент YMapsML-документа, описывающего стиль для рисования многоугольников с черной непрозрачной линией обводки толщиной 1 пиксел и с полупрозрачной заливкой синего цвета:
> 
> ```xml
> <repr:polygonStyle>
>     <repr:strokeColor>000000FF</repr:strokeColor>
>     <repr:strokeWidth>1</repr:strokeWidth>
>     <repr:outline>1</repr:outline>
>     <repr:fill>1</repr:fill>
>     <repr:fillColor>0000FF80</repr:fillColor>
> </repr:polygonStyle>
> ```

