VerticalAlignmentType Enumeration

Summary

Describes the vertical alignment type of the cell.

Syntax
TypeScript
JavaScript
lt.Controls.Medical.VerticalAlignmentType = { 
	middle: 0, 
	top: 1, 
	bottom: 2 
} 
lt.Controls.Medical.VerticalAlignmentType = { 
	middle: 0, 
	top: 1, 
	bottom: 2 
} 

Members

0 Middle

Middle vertical alignment.

1 Top

Top alignment.

2 Bottom

Bottom alignment.

Remarks

This is used for VerticalAlignment

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