---
title: widthVariants
framework: pencilkit
role: symbol
role_heading: Instance Property
path: pencilkit/pktoolpickercustomitemconfiguration/widthvariants
---

# widthVariants

A dictionary with UI options for selecting width, with each element containing a width value and its corresponding image.

## Declaration

```occ
@property (nonatomic, copy) NSDictionary<NSNumber *,UIImage *> * widthVariants;
```

## See Also

### Customizing width

- [defaultWidth](pencilkit/pktoolpickercustomitemconfiguration/defaultwidth.md)
