CanvasPropertyStrokeWidth

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
the stroke width of <mCanvas>
Associationscom.livecode.canvas
Summary

The current stroke width of a canvas.

Parameters
NameTypeDescription
mCanvas

An expression which evaluates to a canvas.

Example
// Draw paths with line width 20
set the stroke width of this canvas to 20
Description

The width of lines used when stroking a path on mCanvas as a number.

Tagscanvas