nodeguy/website/docs/api/generated/enums/windowframesection.md
Atul R 392aa3cd4c
Adds automatic docs for now (#308)
* adds basic typedoc

* backup

* Adds all docs to source code

* Adds autogenerated docs

* Fixes doc links

* Updates docs
2019-12-29 00:42:06 +05:30

81 lines
1.2 KiB
Markdown

---
id: "windowframesection"
title: "WindowFrameSection"
sidebar_label: "WindowFrameSection"
---
## Index
### Enumeration members
* [BottomLeftSection](windowframesection.md#bottomleftsection)
* [BottomRightSection](windowframesection.md#bottomrightsection)
* [BottomSection](windowframesection.md#bottomsection)
* [LeftSection](windowframesection.md#leftsection)
* [NoSection](windowframesection.md#nosection)
* [RightSection](windowframesection.md#rightsection)
* [TitleBarArea](windowframesection.md#titlebararea)
* [TopLeftSection](windowframesection.md#topleftsection)
* [TopRightSection](windowframesection.md#toprightsection)
* [TopSection](windowframesection.md#topsection)
## Enumeration members
### BottomLeftSection
**BottomLeftSection**: = 8
___
### BottomRightSection
**BottomRightSection**: = 6
___
### BottomSection
**BottomSection**: = 7
___
### LeftSection
**LeftSection**: = 1
___
### NoSection
**NoSection**: = 0
___
### RightSection
**RightSection**: = 5
___
### TitleBarArea
**TitleBarArea**: = 9
___
### TopLeftSection
**TopLeftSection**: = 2
___
### TopRightSection
**TopRightSection**: = 4
___
### TopSection
**TopSection**: = 3