Trapezoid
Properties
- xNumber - The x-coordinate of top left point of the trapezoid. - DEFAULT: 0 
- yNumber - The y-coordinate of top left point of the trapezoid. - DEFAULT: 0 
- upperWidthNumber - The width of the upper horizontal side of the trapezoid. - DEFAULT: 0 
- lowerWidthNumber - The width of the lower horizontal side of the trapezoid. - DEFAULT: 0 
- heightNumber - The height of trapezoid. - DEFAULT: 0 
- isUpdateAnimationActiveBoolean - If set to true, trapezoid will update and render with a gradual fade-in animation from left to right. - DEFAULT: false 
- onClickFunctionoptional - The customized event handler of click on the trapezoid 
- onMouseDownFunctionoptional - The customized event handler of mousedown on the trapezoid 
- onMouseUpFunctionoptional - The customized event handler of mouseup on the trapezoid 
- onMouseMoveFunctionoptional - The customized event handler of mousemove on the trapezoid 
- onMouseOverFunctionoptional - The customized event handler of mouseover on the trapezoid 
- onMouseOutFunctionoptional - The customized event handler of mouseout on the trapezoid 
- onMouseEnterFunctionoptional - The customized event handler of mouseenter on the trapezoid 
- onMouseLeaveFunctionoptional - The customized event handler of mouseleave on the trapezoid