---
title: NSFocusRingPlacement
framework: appkit
role: symbol
role_heading: Enumeration
path: appkit/nsfocusringplacement
---

# NSFocusRingPlacement

Constants that indicate how the system draws the focus ring.

## Declaration

```swift
enum NSFocusRingPlacement
```

## Topics

### Constants

- [NSFocusRingPlacement.above](appkit/nsfocusringplacement/above.md)
- [NSFocusRingPlacement.below](appkit/nsfocusringplacement/below.md)
- [NSFocusRingPlacement.only](appkit/nsfocusringplacement/only.md)

### Options for Drawing

- [set()](appkit/nsfocusringplacement/set().md)

### Initializers

- [init(rawValue:)](appkit/nsfocusringplacement/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Drawing Focus Rings

- [set()](appkit/nsfocusringplacement/set().md)
- [NSFocusRingType](appkit/nsfocusringtype.md)
