dojox/gfx/_gfxBidiSupport.defaultStroke (version 1.10)

Summary

A stroke defines stylistic properties that are used when drawing a path. This object defines the default Stroke prototype.

See the dojox/gfx/_gfxBidiSupport.defaultStroke reference documentation for more information.

Property Summary

  • capThe endcap style of the path.
  • colorThe color of the stroke, default value 'black'.
  • joinThe join style to use when combining path segments.
  • styleThe style of the stroke, one of 'solid', ... .
  • typeSpecifies this object is a type of Stroke, value 'stroke'.
  • widthThe width of a stroke, default value 1.

Properties

cap
Defined by: dojox/gfx/_base

The endcap style of the path. One of 'butt', 'round', ... . Default value 'butt'.

color
Defined by: dojox/gfx/_base

The color of the stroke, default value 'black'.

join
Defined by: dojox/gfx/_base

The join style to use when combining path segments. Default value 4.

style
Defined by: dojox/gfx/_base

The style of the stroke, one of 'solid', ... . Default value 'solid'.

type
Defined by: dojox/gfx/_base

Specifies this object is a type of Stroke, value 'stroke'.

width
Defined by: dojox/gfx/_base

The width of a stroke, default value 1.

Error in the documentation? Can’t find what you are looking for? Let us know!