text Property

Summary

Gets or sets the overlay text string.

Syntax

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

Property Value

Character string that represents the overlay text.

Remarks

This value is useful only when Type is set to UserData.

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