---
title: appearanceCharacteristicsKeyValues
framework: pdfkit
role: symbol
role_heading: Instance Property
path: pdfkit/pdfappearancecharacteristics/appearancecharacteristicskeyvalues
---

# appearanceCharacteristicsKeyValues

A dictionary that contains a deep copy of the appearance characteristic key-value pairs.

## Declaration

```swift
var appearanceCharacteristicsKeyValues: [AnyHashable : Any] { get }
```

## See Also

### Configuring a Widget’s Appearance

- [backgroundColor](pdfkit/pdfappearancecharacteristics/backgroundcolor.md)
- [borderColor](pdfkit/pdfappearancecharacteristics/bordercolor.md)
- [caption](pdfkit/pdfappearancecharacteristics/caption.md)
- [controlType](pdfkit/pdfappearancecharacteristics/controltype.md)
- [downCaption](pdfkit/pdfappearancecharacteristics/downcaption.md)
- [rolloverCaption](pdfkit/pdfappearancecharacteristics/rollovercaption.md)
- [rotation](pdfkit/pdfappearancecharacteristics/rotation.md)
- [PDFAppearanceCharacteristicsKey](pdfkit/pdfappearancecharacteristicskey.md)
