Canvas.StrokeWidth

Syntax

StrokeWidth: Number;

Description

The StrokeWidth property sets border width for canvas elements.

Comments

Use JSON or the setStrokeWidth method to set the property value and the getStrokeWidth method to get the property value.

Example

The example of property use is given on the Example of Creating the Canvas Component page.

See also:

Canvas