Gets or sets the stroke of this Drawing.
Namespace: MindFusion.Mapping
File: Drawing.js
JavaScript Copy Code |
---|
get stroke() {} |
Object. An object specifying the stroke of the drawing.
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: