---
title: accessibilityLabel
framework: clockkit
role: symbol
role_heading: Instance Property
path: clockkit/clkgaugeprovider/accessibilitylabel
---

# accessibilityLabel

A localized string that describes the gague.

## Declaration

```swift
var accessibilityLabel: String? { get set }
```

## Discussion

Discussion Set this property to provide a succinct description for the gauge. VoiceOver reads this property when describing the gauge. By default, this property is nil.
