FrameArrangement Enumeration

Summary

FrameArrangement values that represent how the frames arrangement is handled.

Syntax
TypeScript
JavaScript
lt.Controls.Medical.FrameArrangement = { 
	grid: 0, 
	custom: 1, 
	rowSymmetric: 2, 
	colSymmetric: 3 
} 
lt.Controls.Medical.FrameArrangement = { 
	grid: 0, 
	custom: 1, 
	rowSymmetric: 2, 
	colSymmetric: 3 
} 
Members

0

Grid

(0x00000000) Grid arrangement. The medical viewer engine will take care of almost everything. The cells are arranged in the shape of a grid, controlled by two properties: Rows and Columns.

1

Custom

(0x00000001) Custom arrangement. The user sets the boundaries of each cell. Refer to Items for more information on how to do that.

2

RowSymmetric

(0x00000002) Row symmetric. The frames are arranged to be 4 rows or fewer, and each row can have any number of columns.

3

ColSymmetric

(0x00000003) Col symmetric. The frames are arranged to be 4 columns or fewer, and each column can have any number of rows.

Remarks

The default value is Grid.

If the FrameArrangement is Grid, then use the GridLayout property to control how the frames are arranged.

If the FrameArrangement is Custom, then use the Items property to control how the frames are arranged.

If the FrameArrangement is ColSymmetric or RowSymmetric, then use the GridLayout.

Requirements

Target Platforms

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

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.