markerFilled

Specifies whether the markers drawn at each vertex of a polygon graphic are filled or hollow.

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:

# Syntax

set the markerFilled of graphic to {true | false}

# Examples

set the markerFilled of graphic 10 to false

# Description

Use the markerFilled property to change the appearance of the small shapes at each vertex of a graphic.

Irregular polygon graphics can be drawn with a marker at each vertex, whose shape is defined by the markerPoints property. If the markerFilled property is true, the marker shapes are filled with the borderPattern or borderColor. If it is false, the marker shapes are hollow.

If the style property of the graphic is not polygon or curve, the setting of its markerFilled property has no effect.

If the markerPoints property is empty or the markerDrawn property is false, the markerFilled property has no effect.

# Tags

ui,

# See

- **keyword:** polygon - **property:** borderPattern, borderColor, filled, markerDrawn, markerLineSize - **object:** graphic - **glossary:** vertex, property, appearance