empty Property

Summary

Gets a value that represents a static empty LeadSizeD.

Syntax

JavaScript Syntax
Object.defineProperty(LeadSizeD.prototype, 'empty', 
	get: function() 
) 
TypeScript Syntax
static empty: LeadSizeD; // read-only 

Property Value

An empty LeadSizeD object.

Remarks

The Width and Height of the instance of LeadSizeD are set a negative number. This is the only situation where LeadSizeD can be a negative number.

An empty LeadSizeD object indicates a size that is not set. You cannot modify the values of an empty size and you should not use the values returned from Width and Height. You can use the IsEmpty property to determine whether a size is empty (has not been set).

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 Assembly