---
title: contentWidthValueType
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextblock/contentwidthvaluetype
---

# contentWidthValueType

The type of value stored for the text block width.

## Declaration

```swift
var contentWidthValueType: NSTextBlock.ValueType { get }
```

## Discussion

Discussion This property determines how the width value should be interpreted.

## See Also

### Working with dimensions of content

- [setValue(_:type:for:)](appkit/nstextblock/setvalue(_:type:for:).md)
- [value(for:)](appkit/nstextblock/value(for:).md)
- [valueType(for:)](appkit/nstextblock/valuetype(for:).md)
- [setContentWidth(_:type:)](appkit/nstextblock/setcontentwidth(_:type:).md)
- [contentWidth](appkit/nstextblock/contentwidth.md)
- [NSTextBlock.Dimension](appkit/nstextblock/dimension.md)
- [NSTextBlock.ValueType](appkit/nstextblock/valuetype.md)
