---
title: NSFocusRingType
framework: appkit
role: symbol
role_heading: Enumeration
path: appkit/nsfocusringtype
---

# NSFocusRingType

Constants that describe the style of the focus ring.

## Declaration

```swift
enum NSFocusRingType
```

## Overview

Overview The focus ring type is used by NSView and NSCell to configure whether and how a control draws its focus ring.

## Topics

### Constants

- [NSFocusRingType.default](appkit/nsfocusringtype/default.md)
- [NSFocusRingType.none](appkit/nsfocusringtype/none.md)
- [NSFocusRingType.exterior](appkit/nsfocusringtype/exterior.md)

### Initializers

- [init(rawValue:)](appkit/nsfocusringtype/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)
- [NSFocusRingPlacement](appkit/nsfocusringplacement.md)
