# GC.Spread.Sheets.Shapes.HitTestType

## Content

# Enumeration: HitTestType

[Sheets](../modules/GC.Spread.Sheets).[Shapes](../modules/GC.Spread.Sheets.Shapes).HitTestType

Specifies shape hit test type.

## Table of contents

### Enumeration members

- [adjustment](GC.Spread.Sheets.Shapes.HitTestType#adjustment)
- [body](GC.Spread.Sheets.Shapes.HitTestType#body)
- [border](GC.Spread.Sheets.Shapes.HitTestType#border)
- [connectionPoint](GC.Spread.Sheets.Shapes.HitTestType#connectionpoint)
- [lineEnd](GC.Spread.Sheets.Shapes.HitTestType#lineend)
- [resize](GC.Spread.Sheets.Shapes.HitTestType#resize)
- [rotate](GC.Spread.Sheets.Shapes.HitTestType#rotate)

## Enumeration members

### <a id="adjustment" name="adjustment"></a> adjustment

• **adjustment** = `"adjustment"`

Hit test on shape adjustment handle.

___

### <a id="body" name="body"></a> body

• **body** = `"body"`

Hit test on shape body.

___

### <a id="border" name="border"></a> border

• **border** = `"border"`

Hit test on shape border.

___

### <a id="connectionpoint" name="connectionpoint"></a> connectionPoint

• **connectionPoint** = `"connectionPoint"`

Hit test on shape connection point.

___

### <a id="lineend" name="lineend"></a> lineEnd

• **lineEnd** = `"lineEnd"`

Hit test on shape line end.

___

### <a id="resize" name="resize"></a> resize

• **resize** = `"resize"`

Hit test on shape resize handle.

___

### <a id="rotate" name="rotate"></a> rotate

• **rotate** = `"rotate"`

Hit test on shape rotate handle.
