reversed Property

Summary

Indicates whether the image in the cell is "reversed," horizontally along the Y-axis, or mirrored from left to right.

Syntax

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

Property Value

Boolean. The default value is false.

Remarks

Call reset() to reset the orientation back to normal.

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.