<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSFocusRingPlacement",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSFocusRingPlacement"
  },
  "title" : "NSFocusRingPlacement"
}
-->

# NSFocusRingPlacement

Constants that indicate how the system draws the focus ring.

```
enum NSFocusRingPlacement
```

## Topics

### Constants

[`NSFocusRingPlacement.above`](/documentation/AppKit/NSFocusRingPlacement/above)

Draw the focus ring over an image.

[`NSFocusRingPlacement.below`](/documentation/AppKit/NSFocusRingPlacement/below)

Draw the focus ring under text.

[`NSFocusRingPlacement.only`](/documentation/AppKit/NSFocusRingPlacement/only)

Draw the focus ring if you don’t have an image or text.

### Options for Drawing

[`set()`](/documentation/AppKit/NSFocusRingPlacement/set())

Specifies how the system draws the focus ring.



---

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)