positionIndex Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(OverlayText.prototype, 'positionIndex', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly