# GC.Spread.Sheets.Shapes.ResizeMode

## Content

# Enumeration: ResizeMode

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

Specifies shape resize mode.

## Table of contents

### Enumeration members

- [aspect](GC.Spread.Sheets.Shapes.ResizeMode#aspect)
- [horizontal](GC.Spread.Sheets.Shapes.ResizeMode#horizontal)
- [vertical](GC.Spread.Sheets.Shapes.ResizeMode#vertical)

## Enumeration members

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

• **aspect** = `0`

Show all resize handler, when using the [NW, NE, SW, SE] handler to resize shape, the aspect ratio of the shape will be maintained.

___

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

• **horizontal** = `1`

Only show the [W, E] resize handler, which can only change the width of shape when resize shape.

___

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

• **vertical** = `2`

Only show the [N, S] resize handler, which can only change the height of shape when resize shape.
