markerDrawn

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

Specifies whether markers are drawn at each vertex of a curve or irregular polygon graphic.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the markerDrawn of me to true
Values
NameTypeDescription
Value

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

RelatedKeyword: 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.

Tagsui