markerLineSize

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the markerLineSize of <graphic> to <pixels>
Associationsgraphic
Summary

The markerLineSize specifies the thickness of the border of markers that are drawn at each vertex of an irregular polygon graphic.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the markerLineSize of last graphic to 0 -- no border
Values
NameTypeDescription
Value

The markerLineSize of a graphic is a non-negative integer. By default, the markerLineSize property of newly created graphics is set to 1.

RelatedKeyword: integer, polygon, graphic
Property: markerPoints, hilitePattern, markerDrawn, lineSize, hiliteColor, markerFilled
Object: graphic
Glossary: vertex, property, non-negative
Description

Use the markerLineSize 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. The markerLineSize property specifies the width of the line that outlines each marker. The marker's shape is determined by the markerPoints property, and its outline color is determined by the hiliteColor property.

If the style property of the graphic is not polygon or curve, the setting of its markerPattern property has no effect.

If the markerPoints property is empty or the markerDrawn property is false, the markerLineSize property has no effect.

Tagsui