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


# repr:polygonStyle

### Diagram

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

### Description {#desc}

Contains a description of the polygon style.

### Contains:

[repr:fill](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-fill.md), [repr:fillColor](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-fillColor.md), [repr:outline](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-outline.md), [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:polygonStyle
> 
> Part of a YMapsML document that describes the style for drawing a polygon with a black opaque 1-pixel outline and a semitransparent dark blue fill:
> 
> ```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>
> ```

