---
title: defaultFocusRingType
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nscell/defaultfocusringtype
---

# defaultFocusRingType

Returns the default type of focus ring for the receiver.

## Declaration

```swift
class var defaultFocusRingType: NSFocusRingType { get }
```

## Return Value

Return Value The default type of focus ring for the receiver (one of the values listed in NSFocusRingType).

## See Also

### Managing Focus Rings

- [drawFocusRingMask(withFrame:in:)](appkit/nscell/drawfocusringmask(withframe:in:).md)
- [focusRingMaskBounds(forFrame:in:)](appkit/nscell/focusringmaskbounds(forframe:in:).md)
- [focusRingType](appkit/nscell/focusringtype.md)
