create Method (ControlPadding)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls Assembly
Click or drag to resize