empty Property

Summary

Creates a ControlPadding object with no padding.

Syntax

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

Property Value

ControlPadding object with no padding.

Remarks

The values of Left, Top, Right and Bottom is 0 for the created object.

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