markerDrawn | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | graphic | ||||||
Summary | Specifies whether markers are drawn at each vertex of a curve or irregular polygon graphic. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: polygon, graphic Property: borderColor, borderPattern, hilitePattern, properties, hiliteColor, markerFilled, markerLineSize, markerPoints Object: graphic Glossary: vertex, property | ||||||
Description | Use the markerDrawn property to draw a small shape 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. The markerDrawn property specifies whether these markers are visible or not. The borderPattern and borderColor properties determine the appearance of the markers' interior. The hilitePattern and hiliteColor determine the appearance of the borders. If the style property of the graphic is not polygon or curve, the setting of its hilitePattern property has no effect. If the markerPoints property is empty, the setting of the markerDrawn property has no effect. | ||||||
Tags | ui |