---
title: NSCursor.FrameResizeDirection
framework: appkit
role: symbol
role_heading: Enumeration
path: appkit/nscursor/frameresizedirection
---

# NSCursor.FrameResizeDirection

The direction in which a rectangular frame can be resized.

## Declaration

```swift
enum FrameResizeDirection
```

## Topics

### Structures

- [NSCursor.FrameResizeDirection.Set](appkit/nscursor/frameresizedirection/set.md)

### Enumeration Cases

- [NSCursor.FrameResizeDirection.inward](appkit/nscursor/frameresizedirection/inward.md)
- [NSCursor.FrameResizeDirection.outward](appkit/nscursor/frameresizedirection/outward.md)

## Relationships

### Conforms To

- [CaseIterable](swift/caseiterable.md)
- [Copyable](swift/copyable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)

## 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)
