Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing Web Application Using DHTML Components > Working with General Visual Components > Static Methods > PP.Ui.getBordersHeight

PP.Ui.getBordersHeight

Syntax

PP.Ui.getBordersHeight(el: HTMLElement);

Parameters

el. HTML Item.

Description

The getBordersHeight method returns the sum of heights of the item internal margins and borders in pixels.

Example

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

See also:

PP.Ui