markerFilled

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the markerFilled of <graphic> to {true | false}
Associationsgraphic
Summary

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

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the markerFilled of graphic 10 to false
Values
NameTypeDescription
Value

The markerFilled of a graphic is true or false. By default, the markerFilled property of newly created graphics is set to false.

RelatedKeyword: polygon
Property: borderPattern, borderColor, filled, markerDrawn, markerLineSize
Object: graphic
Glossary: vertex, property, appearance
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.

Tagsui