* adds basic typedoc * backup * Adds all docs to source code * Adds autogenerated docs * Fixes doc links * Updates docs
39 lines
713 B
Markdown
39 lines
713 B
Markdown
---
|
|
id: "itemselectionmode"
|
|
title: "ItemSelectionMode"
|
|
sidebar_label: "ItemSelectionMode"
|
|
---
|
|
|
|
## Index
|
|
|
|
### Enumeration members
|
|
|
|
* [ContainsItemBoundingRect](itemselectionmode.md#containsitemboundingrect)
|
|
* [ContainsItemShape](itemselectionmode.md#containsitemshape)
|
|
* [IntersectsItemBoundingRect](itemselectionmode.md#intersectsitemboundingrect)
|
|
* [IntersectsItemShape](itemselectionmode.md#intersectsitemshape)
|
|
|
|
## Enumeration members
|
|
|
|
### ContainsItemBoundingRect
|
|
|
|
• **ContainsItemBoundingRect**: = 2
|
|
|
|
___
|
|
|
|
### ContainsItemShape
|
|
|
|
• **ContainsItemShape**: = 0
|
|
|
|
___
|
|
|
|
### IntersectsItemBoundingRect
|
|
|
|
• **IntersectsItemBoundingRect**: = 3
|
|
|
|
___
|
|
|
|
### IntersectsItemShape
|
|
|
|
• **IntersectsItemShape**: = 1
|