type Property

Summary

Gets or sets the type of the overlay text.

Syntax

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

Property Value

OverlayTextType enumeration which indicates the type of the overlay text.

Remarks

The text of every type here is automatically generated, except for UserData which will show a value entered by the user, to enter this value, refer to Text.

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