verticalAlignment Property

Summary

Gets or sets the value that determine how the image is going to be align vertically.

Syntax
TypeScript
JavaScript
Object.defineProperty(Frame.prototype, 'verticalAlignment', 
	get: function(), 
	set: function(value) 
) 
verticalAlignment: VerticalAlignmentType; 

Property Value

VerticalAlignmentType that represents value that determine how the image is going to be align vertically.

Remarks

This is used with the MRTI. The MRTI is a technique that is used to allow the user to render a very large image without downloading too much data.

If you do not want the MRTI to be used, you can set the background size to match the fill image size, therefore, the whole image will be downloaded and no tiles will be used.

To get the image on a canvas, refer to GetPreviewCanvas.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

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