create Method

Summary

Creates a new ControlPadding instance with the specified values.

Syntax
TypeScript
JavaScript
create = function( 
   left, 
   top, 
   right, 
   bottom 
) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly