create Method

Summary

Creates a new ControlPadding instance with the specified values.

Syntax

JavaScript Syntax
create = function(left, top, right, bottom) 
TypeScript Syntax
static create(left: number, top: number, right: number, bottom: number): ControlPadding; 

Parameters

left

Left edge padding

top

Top edge padding

right

Right edge padding

bottom

Bottom edge padding

Return Value

The created object.

Remarks

The values cannot be less than 0.

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