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.
The Microsoft Graph Toolkit components support bidirectional markup for right-to-left language scripts.
To change the direction of all components on the page, set the dir
attribute on the document html
or body
tag to rtl
, as shown in the following examples.
<body dir="rtl"></body>
or
<html dir="rtl"></html>