Show contents 

Working with General Visual Components > Static Methods > PP.Ui.getBordersWidth

PP.Ui.getBordersWidth

Syntax

PP.Ui.getBordersWidth(el: HTMLElement);

Parameters

el. HTML Item.

Description

The getBordersWidth method returns total width of element paddings and borders in pixels.

Example

The example of use is given in description of the PP.Ui.getPixelSize method.

See also:

PP.Ui