* adds basic typedoc * backup * Adds all docs to source code * Adds autogenerated docs * Fixes doc links * Updates docs
32 lines
466 B
Markdown
32 lines
466 B
Markdown
---
|
|
id: "layoutdirection"
|
|
title: "LayoutDirection"
|
|
sidebar_label: "LayoutDirection"
|
|
---
|
|
|
|
## Index
|
|
|
|
### Enumeration members
|
|
|
|
* [LayoutDirectionAuto](layoutdirection.md#layoutdirectionauto)
|
|
* [LeftToRight](layoutdirection.md#lefttoright)
|
|
* [RightToLeft](layoutdirection.md#righttoleft)
|
|
|
|
## Enumeration members
|
|
|
|
### LayoutDirectionAuto
|
|
|
|
• **LayoutDirectionAuto**: = 2
|
|
|
|
___
|
|
|
|
### LeftToRight
|
|
|
|
• **LeftToRight**: = 0
|
|
|
|
___
|
|
|
|
### RightToLeft
|
|
|
|
• **RightToLeft**: = 1
|