Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the width of the element, including margins.
Syntax
var number = WinJS.Utilities.getTotalWidth(element);
Parameters
element
Type: HTMLElementThe element.
Return value
Type: Number
The width of the element including margins.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Utilities |