dojox/gfx.Pattern (version 1.10)

Summary

An object specifying the default properties for a Pattern using in fill operations.

Property Summary

  • heightThe height of the pattern image, default value is 0.
  • srcA url specifying the image to use for the pattern.
  • typeSpecifies this object is a Pattern, value 'pattern'.
  • widthThe width of the pattern image, default value is 0.
  • xThe X coordinate of the position of the pattern, default value is 0.
  • yThe Y coordinate of the position of the pattern, default value is 0.

Properties

height
Defined by: dojox/gfx/_base

The height of the pattern image, default value is 0.

src
Defined by: dojox/gfx/_base

A url specifying the image to use for the pattern.

type
Defined by: dojox/gfx/_base

Specifies this object is a Pattern, value 'pattern'.

width
Defined by: dojox/gfx/_base

The width of the pattern image, default value is 0.

x
Defined by: dojox/gfx/_base

The X coordinate of the position of the pattern, default value is 0.

y
Defined by: dojox/gfx/_base

The Y coordinate of the position of the pattern, default value is 0.

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