itemTextFont Property

Summary

Items text font.

Syntax

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

Property Value

The items text font. Default value is the font of the control. This value can be set to null to disable rendering the text.

Remarks

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