repr:polygonStyle

Diagram

Description

Contains a description of the polygon style.

Contains:

repr:fill, repr:fillColor, repr:outline, repr:strokeColor, repr:strokeWidth

Contained by:

repr:Style

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:

<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>