---
title: value
framework: accessibility
role: symbol
role_heading: Instance Property
path: accessibility/axcustomcontent/value
---

# value

A localized string that provides a value for the label.

## Declaration

```swift
var value: String { get }
```

## Discussion

Discussion Make the value succinct to work well with assistive technology. For example, either Portrait or Landscape is an appropriate content value for an Orientation label on a photo.

## See Also

### Defining custom content

- [label](accessibility/axcustomcontent/label.md)
- [attributedLabel](accessibility/axcustomcontent/attributedlabel.md)
- [attributedValue](accessibility/axcustomcontent/attributedvalue.md)
- [importance](accessibility/axcustomcontent/importance-swift.property.md)
- [AXCustomContent.Importance](accessibility/axcustomcontent/importance-swift.enum.md)
