<!--
{
  "availability" : [
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSCursor/FrameResizeDirection",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "s:So8NSCursorC6AppKitE20FrameResizeDirectionO"
  },
  "title" : "NSCursor.FrameResizeDirection"
}
-->

# NSCursor.FrameResizeDirection

The direction in which a rectangular frame can be resized.

```
enum FrameResizeDirection
```

## Topics

### Structures

[`struct Set`](/documentation/AppKit/NSCursor/FrameResizeDirection/Set)

An efficient set of frame resize directions.

### Enumeration Cases

[`case inward`](/documentation/AppKit/NSCursor/FrameResizeDirection/inward)

Indicates that the rectangular frame can be resized inwards to be smaller.

[`case outward`](/documentation/AppKit/NSCursor/FrameResizeDirection/outward)

Indicates that the rectangular frame can be resized outwards to be larger.

## Relationships

### Conforms To

[`Copyable`](/documentation/Swift/Copyable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Escapable`](/documentation/Swift/Escapable)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`CaseIterable`](/documentation/Swift/CaseIterable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)