hasSize Property

Summary

Whether or not the ControlSize has a valid size.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewer.prototype, 'hasSize', 
	get: function() 
) 
TypeScript Syntax
hasSize: boolean; // read-only 

Property Value

true if the ControlSize is not empty (see Empty) and has a width and height greater than zero; false otherwise.

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