Search
Drawing.stroke Property
See Also
 






Gets or sets the stroke of this Drawing.

Namespace: MindFusion.Mapping
File: Drawing.js

 Syntax

JavaScript  Copy Code

get stroke() {}

 Property Value

Object. An object specifying the stroke of the drawing.

 Example

The following code creates a new CanvasLayer with an id "Drawings" and adds Circle instances. The stroke is set to orange. The Circle class extends Drawing:

 See Also