---
title: resizeUp
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nscursor/resizeup
---

# resizeUp

Returns the resize-up system cursor.

## Declaration

```swift
class var resizeUp: NSCursor { get }
```

## Return Value

Return Value The resize-up cursor. This cursor is used when moving or resizing an object to indicate that the user can move only in the indicated direction.

## See Also

### Retrieving cursor instances

- [current](appkit/nscursor/current.md)
- [currentSystem](appkit/nscursor/currentsystem.md)
- [arrow](appkit/nscursor/arrow.md)
- [contextualMenu](appkit/nscursor/contextualmenu.md)
- [closedHand](appkit/nscursor/closedhand.md)
- [crosshair](appkit/nscursor/crosshair.md)
- [disappearingItem](appkit/nscursor/disappearingitem.md)
- [dragCopy](appkit/nscursor/dragcopy.md)
- [dragLink](appkit/nscursor/draglink.md)
- [iBeam](appkit/nscursor/ibeam.md)
- [iBeamCursorForVerticalLayout](appkit/nscursor/ibeamcursorforverticallayout.md)
- [openHand](appkit/nscursor/openhand.md)
- [operationNotAllowed](appkit/nscursor/operationnotallowed.md)
- [pointingHand](appkit/nscursor/pointinghand.md)
- [zoomIn](appkit/nscursor/zoomin.md)
