---
title: NSShadowAttributeName
framework: uikit
role: symbol
role_heading: Global Variable
path: uikit/nsshadowattributename
---

# NSShadowAttributeName

The shadow of the text.

## Declaration

```occ
extern NSAttributedStringKey const NSShadowAttributeName;
```

## Discussion

Discussion The value of this attribute is an NSShadow object. The default value of this property is nil.

## See Also

### Getting text attribute keys

- [NSLinkAttributeName](uikit/nslinkattributename.md)
- [NSTextEffectAttributeName](uikit/nstexteffectattributename.md)
- [NSTextHighlightColorSchemeAttributeName](uikit/nstexthighlightcolorschemeattributename.md)
- [NSTextHighlightStyleAttributeName](uikit/nstexthighlightstyleattributename.md)
- [UITextItemTagAttributeName](uikit/uitextitemtagattributename.md)
- [NSWritingToolsExclusionAttributeName](uikit/nswritingtoolsexclusionattributename.md)
