itemTextWrap Property

Summary

Indicates whether the items text should automatically wrap to the next line if needed.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewer.prototype, 'itemTextWrap', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
itemTextWrap: boolean; 

Property Value

true if the items text should automatically wrap to the next line if needed, otherwise; false. Default value is true.

Remarks

Note that this value is currently not supported in the HTML/JavaScript platform.

For more information, refer to Image Viewer Appearance.

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 Assembly