VerticalAlignmentType Enumeration

Summary

Describes the vertical alignment type of the cell.

Syntax

JavaScript Syntax
lt.Controls.Medical.VerticalAlignmentType = { 
	Middle: 0, 
	Top: 1, 
	Bottom: 2 
} 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly