getContentWidth function

WinJS.Utilities.getContentWidth function

Applies to Windows and Windows Phone

Gets the width of the content of the specified element. The content width does not include borders or padding.

Syntax


var number = WinJS.Utilities.getContentWidth(element);

Parameters

element

Type: HTMLElement

The element.

Return value

Type: Number

The content width of the element.

Requirements

Minimum WinJS version

WinJS 1.0

Namespace

WinJS.Utilities

 

 

Show:
© 2017 Microsoft