---
title: userStyleSheetEnabled
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webpreferences/userstylesheetenabled
---

# userStyleSheetEnabled

A Boolean that indicates whether or not user style sheets are enabled in the web view.

## Declaration

```swift
var userStyleSheetEnabled: Bool { get set }
```

## Discussion

Discussion Set to true if the user style sheets should be enabled in the web view, otherwise false.
