alignment Property

Summary

Gets or sets the alignment of the overlay text.

Syntax

JavaScript Syntax
Object.defineProperty(OverlayText.prototype, 'alignment', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
alignment: OverlayAlignment; 

Property Value

OverlayAlignment enumeration that represents alignment of the overlay text.

Remarks

The alignment will be the starting point of the overlay text drawing, so if the value is for example TopLeft, then the overlay text will be drawn at the top left of the cell / sub-cell, if the user adds another text with TopLeft alignment, then he must set PositionIndex to differnt (usually higher) value to write the text below the first one, and prevent them from overlapping.

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