---
title: overrideUserInterfaceStyle
framework: pencilkit
role: symbol
role_heading: Instance Property
path: pencilkit/pktoolpicker/overrideuserinterfacestyle
---

# overrideUserInterfaceStyle

The specific user interface style to apply to the tool picker.

## Declaration

```swift
var overrideUserInterfaceStyle: UIUserInterfaceStyle { get set }
```

## Discussion

Discussion If you set this property, consider if you need to set colorUserInterfaceStyle to a select a different user interface style. The default user interface style is UIUserInterfaceStyle.unspecified.

## See Also

### Customizing picker behavior

- [isRulerActive](pencilkit/pktoolpicker/isruleractive.md)
- [colorUserInterfaceStyle](pencilkit/pktoolpicker/coloruserinterfacestyle.md)
- [showsDrawingPolicyControls](pencilkit/pktoolpicker/showsdrawingpolicycontrols.md)
- [stateAutosaveName](pencilkit/pktoolpicker/stateautosavename.md)
