OverlayAlignment Enumeration

Summary

OverlayAlignment enumeration represents the placement of the overlay text displayed on top of each frame.

Syntax
TypeScript
JavaScript
lt.Controls.Medical.OverlayAlignment = { 
	none: -1, 
	topLeft: 0, 
	topRight: 1, 
	bottomLeft: 2, 
	bottomRight: 3, 
	centerTop: 4, 
	centerLeft: 5, 
	centerRight: 6, 
	centerBottom: 7 
} 
lt.Controls.Medical.OverlayAlignment = { 
	none: -1, 
	topLeft: 0, 
	topRight: 1, 
	bottomLeft: 2, 
	bottomRight: 3, 
	centerTop: 4, 
	centerLeft: 5, 
	centerRight: 6, 
	centerBottom: 7 
} 

Members

-1 None

(-1) None.

0 TopLeft

(0x00000000) Top left alignment.

1 TopRight

(0x00000001) Top right alignment.

2 BottomLeft

(0x00000002) Bottom left alignment.

3 BottomRight

(0x00000003) Bottom right alignment.

4 CenterTop

(0x00000004) Center top alignment, usually reserved for the orientation overlay text.

5 CenterLeft

(0x00000005) Center left alignment, usually reserved for the orientation overlay text.

6 CenterRight

(0x00000006) Center right alignment, usually reserved for the orientation overlay text.

7 CenterBottom

(0x00000007) Center bottom alignment, usually reserved for the orientation overlay text.

Remarks

To set the overlay alignment, refer to Alignment.

For more information on overlay text, refer to OverlayText.

To add an overlay text to the frame, you need to create a add your instance of OverlayText to the collection Overlays.

Requirements

Target Platforms

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

Leadtools.Controls.Medical Assembly