rotateAngle Property

Summary

The incremental rotation of the cell's image in degrees.

Syntax

TypeScript
JavaScript
Object.defineProperty(Cell.prototype, 'rotateAngle', 
	 get: function(), 
	 set: function(value) 
) 
      rotateAngle: number; 

Property Value

Number. The default value is 0.

Remarks

The rotation starts at zero, and does not end at 360, rotating clockwise. If a user rotates past 360 by 90 degrees, the rotation angle will be 450, and so on. Calling reset() will not reset the orientation back to 0.

Requirements

Target Platforms

See Also

Cell

Cell Members

Leadtools.Controls.Medical Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.