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


# repr:outline

### Diagram

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

### Description {#desc}

Whether polygons have an outline.

Flag indicating whether polygons have an outline. 1 - there is an outline (default), 0 - there is no outline. The color and transparency of the outline are set using the [repr:strokeColor](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-strokeColor.md) element and the thickness - through the [repr:strokeWidth](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-strokeWidth.md) method.

### Contained by:

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

> ### repr:outline
> 
> Outlined polygon:
> 
> ```xml
> <repr:outline>1</repr:outline>
> ```

