filled | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Synonyms | showfill | ||||||
Associations | graphic | ||||||
Summary | Specifies whether graphics and shapes drawn with the paint tools are filled or hollow. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: graphic Property: brushColor, ink, style, opaque, brushPattern, markerFilled, powerKeys, selected Command: global Object: graphic Glossary: property, paint tool, appearance, message | ||||||
Description | Use the filled property to change the appearance of graphics If the filled property is set to true, the interior of shapes is filled with the brushColor (or brushPattern, if one is set). If the graphic's style property is "line", the filled property has no effect. The global setting of the filled property controls the appearance of shapes drawn with the paint tools. Once a paint shape is drawn, its appearance cannot be changed by changing the global filled property.
| ||||||
Tags | ui |