<!--
{
  "availability" : [
    "macCatalyst: 13.1.0 - 27.0.0",
    "macOS: 10.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSCursor/resizeLeft",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSCursor(cpy)resizeLeftCursor"
  },
  "title" : "resizeLeft"
}
-->

# resizeLeft

Returns the resize-left system cursor.

```
class var resizeLeft: NSCursor { get }
```

## Return Value

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

## Discussion

---

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)