markerFilled | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | graphic | ||||||
Summary | Specifies whether the markers drawn at each vertex of a polygon graphic are filled or hollow. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: 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. | ||||||
Tags | ui |