dojox/gfx/_gfxBidiSupport.defaultImage (version 1.10)

Summary

Defines the default Image prototype.

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

Property Summary

  • heightThe height of the image, default value 0.
  • srcThe src url of the image, defaults to empty string.
  • typeSpecifies this object is an image, value 'image'.
  • widthThe width of the image, default value 0.
  • xThe X coordinate of the image's position, default value 0.
  • yThe Y coordinate of the image's position, default value 0.

Properties

height
Defined by: dojox/gfx/_base

The height of the image, default value 0.

src
Defined by: dojox/gfx/_base

The src url of the image, defaults to empty string.

type
Defined by: dojox/gfx/_base

Specifies this object is an image, value 'image'.

width
Defined by: dojox/gfx/_base

The width of the image, default value 0.

x
Defined by: dojox/gfx/_base

The X coordinate of the image's position, default value 0.

y
Defined by: dojox/gfx/_base

The Y coordinate of the image's position, default value 0.

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