rtl property
Collapse the table of content
Expand the table of content

ILayoutSite.rtl property

Applies to Windows only

This API is no longer supported. Starting with the Windows Library for JavaScript 2.0 Preview, use a the ILayoutSite2 interface. Gets a value that indicates whether the reading direction is RTL.

Syntax


var rtl = iLayoutSite.rtl;

Property value

Type: Boolean

true if the reading direction is RTL; otherwise, false if the reading direction is LTR.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

ILayoutSite

 

 

Show:
© 2017 Microsoft