HorizontalAlignmentType Enumeration

Summary

Describes the horizontal alignment type of the cell.

Syntax
TypeScript
JavaScript
lt.Controls.Medical.HorizontalAlignmentType = { 
	middle: 0, 
	left: 1, 
	right: 2 
} 
lt.Controls.Medical.HorizontalAlignmentType = { 
	middle: 0, 
	left: 1, 
	right: 2 
} 

Members

0 Middle

Middle horizontal alignment.

1 Left

Left alignment.

2 Right

Right alignment.

Remarks

This is used for HorizontalAlignment

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