Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Gets the height of the element, including its margins.
Syntax
var number = WinJS.Utilities.getTotalHeight(element);
Parameters
element
Type: HTMLElementThe element
Return value
Type: Number
The height of the element including margins.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Utilities |