positionIndex Property

Summary

Gets or sets the line at which the overlay text is placed.

Syntax
TypeScript
JavaScript
Object.defineProperty(OverlayText.prototype, 'positionIndex', 
	get: function(), 
	set: function(value) 
) 
positionIndex: number; 

Property Value

Value that indicates the line at which the overlay text is placed.

Remarks

The line position is dependent on the overlay alignment Alignment, for example, if the Alignment is set to TopLeft, and PositionIndex is set to 3, then the engine will count 3 lines starting from the top left and then will go 3 steps downward. However, if the Alignment is set to BottomLeft and PositionIndex is 3, then the engine will start from the bottom and will go 3 step upward.

Requirements

Target Platforms

Help Version 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.