dojox/gfx/_base.defaultRect (version 1.10)

Summary

Defines the default Rect prototype.

See the dojox/gfx/_base.defaultRect reference documentation for more information.

Property Summary

  • heightThe height of the default rectangle, value 100.
  • rThe corner radius for the default rectangle, value 0.
  • typeSpecifies this default object is a type of Rect.
  • widthThe width of the default rectangle, value 100.
  • xThe X coordinate of the default rectangles position, value 0.
  • yThe Y coordinate of the default rectangle's position, value 0.

Properties

height
Defined by: dojox/gfx/_base

The height of the default rectangle, value 100.

r
Defined by: dojox/gfx/_base

The corner radius for the default rectangle, value 0.

type
Defined by: dojox/gfx/_base

Specifies this default object is a type of Rect. Value is 'rect'

width
Defined by: dojox/gfx/_base

The width of the default rectangle, value 100.

x
Defined by: dojox/gfx/_base

The X coordinate of the default rectangles position, value 0.

y
Defined by: dojox/gfx/_base

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

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